Skip to content

Commit

Permalink
#4451 Added in 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabi09 committed May 15, 2020
1 parent ba601d8 commit 8ab59b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added images/polls-for-amp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions includes/options/admin-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,18 @@
'store_url'=>'https://accounts.ampforwp.com',
'is_activated'=>(is_plugin_active('reading-progress-bar-for-amp/reading-progress-bar-for-amp.php')? 1 : 2),
),
array(
'name'=>'Polls for AMP',
'class'=>'new-ext',
'desc'=>'Add Polls Support in AMP',
'img_src'=>AMPFORWP_IMAGE_DIR . '/polls-for-amp.png',
'price'=>'$39',
'url_link'=>'https://ampforwp.com/addons/polls-for-amp/',
'plugin_active_path'=> 'polls-for-amp/polls-for-amp.php',
'item_name'=>'Polls for AMP',
'store_url'=>'https://accounts.ampforwp.com',
'is_activated'=>(is_plugin_active('polls-for-amp/polls-for-amp.php')? 1 : 2),
),
);
$viewAllExtensions = array(
'name'=>'View All Extensions',
Expand Down

0 comments on commit 8ab59b1

Please sign in to comment.