• Resolved Atanas Yonkov

    (@nravota12)


    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…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Atanas Yonkov

    (@nravota12)

    Nevermind, the plugin was installed and activated on the server, that is why it was not in the list of recommended plugins.

    Plugin Support Jarryd Long

    (@jarryd-long)

    Hi @nravota12

    Not a problem, thanks for letting me know – I’m glad you’ve come right with this.

    Thank you for including Paid Memberships Pro in your theme the right way ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot recommend plugin using TGMPA Script’ is closed to new replies.