diff --git a/images/polls-for-amp.png b/images/polls-for-amp.png new file mode 100644 index 000000000..25dd9e101 Binary files /dev/null and b/images/polls-for-amp.png differ diff --git a/includes/options/admin-config.php b/includes/options/admin-config.php index a397a03d3..14dc4d294 100644 --- a/includes/options/admin-config.php +++ b/includes/options/admin-config.php @@ -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',