• Resolved jodaline

    (@jodaline)


    Good Afternoon,
    I am using your plugin and have created two different subscription plans for two different user roles. The only problem is, that the other subscription plan is shown as an upgrade option in the users profile. Is there anyway to prevent this from showing up?

    Thank you very much for your time.

    Kind regards,
    Joanne

Viewing 1 replies (of 1 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @jodaline,

    The Upgrade option can be removed by adding the following line of code to your website:

    add_filter( 'pms_output_subscription_plan_action_upgrade', '__return_empty_string' );

    You should add this inside the functions.php file from your child theme.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Deactivate Upgrade’ is closed to new replies.