[ad_1]
I really like your plugin and I want to include it in a WordPress theme I am currently working on. Normally, I would use TGMPA script and I would give plugin name and plugin slug. However, there is some problem with the plugin name because your plugin does not get included in the list of recommended plugins:
$plugins = array(
array(
'name' => 'One Click Demo Import',
'slug' => 'one-click-demo-import',
'required' => false,
),
array(
'name' => 'MC4WP: Mailchimp for WordPress',
'slug' => 'mailchimp-for-wp',
'required' => false,
),
array(
'name' => 'Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions',
'slug' => 'paid-memberships-pro',
'required' => false,
),
array(
'name' => 'Simple Tour Guide',
'slug' => 'simple-tour-guide',
'required' => false,
),
);
All other plugins appear in the list of recommended plugins, it is just yours that is missing. I tried using “Paid Memberships Pro” or “Paid Memberships Pro – Content Restriction, User Registration, & Paid Subscriptions” but it just does not work…
