Skip to content

Commit

Permalink
#4337 Added array for aawp for amp license key.
Browse files Browse the repository at this point in the history
  • Loading branch information
syedimran22 committed Apr 2, 2020
1 parent 158764a commit fcadcc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added images/aawp-for-amp-logo.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 @@ -567,6 +567,18 @@
'item_name'=>'Easy Table of Contents for AMP',
'store_url'=>'https://accounts.ampforwp.com',
'is_activated'=>(is_plugin_active('easy-table-of-contents-for-amp/easy-table-of-contents-for-amp.php')? 1 : 2),
),
array(
'name'=>'AAWP for AMP',
'class'=>'new-ext',
'desc'=>'Display Amazon Affiliate links , nice product boxes, bestseller list ,comparison tables and much more! in AMP Pages.',
'img_src'=>AMPFORWP_IMAGE_DIR . '/aawp-for-amp-logo.png',
'price'=>'$79',
'url_link'=>'https://ampforwp.com/addons/aawp-for-amp/',
'plugin_active_path'=> 'aawp-for-amp/aawp-for-amp.php',
'item_name'=>'AAWP for AMP',
'store_url'=>'https://accounts.ampforwp.com',
'is_activated'=>(is_plugin_active('aawp-for-amp/aawp-for-amp.php')? 1 : 2),
),
array(
'name'=>'JW Player Compatibility for AMP',
Expand Down

0 comments on commit fcadcc6

Please sign in to comment.