Skip to content

Commit

Permalink
#4451 License key array added for Polls for AMP
Browse files Browse the repository at this point in the history
  • Loading branch information
merajali294 committed May 9, 2020
1 parent 4e0add8 commit 0efb460
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 @@ -592,6 +592,18 @@
'store_url'=>'https://accounts.ampforwp.com',
'is_activated'=>(is_plugin_active('formidable-forms-for-amp/formidable-forms-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),
),
array(
'name'=>'Reading Progress Bar for AMP',
'class'=>'new-ext',
Expand Down

0 comments on commit 0efb460

Please sign in to comment.