Text at top of form [ms-membership-signup]

For the shortcode/filter [ms-membership-signup] I would like to change the Text that Says "Available Memberships" to read "Available Subscriptions" Is that possible. I see that there are options to change the buttons, but I don't see any obvious setting that will allow me to easily change text at the top of the table anywhere. Am I missing something.

[attachments are only viewable by logged-in members]

  • Nastia
    • Ex Staff

    Hello @fmgpubs, I hope you are well today!

    Yes, this is possible, but you will have to edit Membership 2 core files.

    Please navigate to the following pathwp-content/plugins/membership/app/view/shortcode/

    And in the class-ms-view-shortcode-membershipsignup.php file, on line 87 replace the following:

    <?php _e( 'Available Memberships', 'membership2' ); ?>

    with

    <?php _e( 'Available Subscriptions', 'membership2' ); ?>

    This will change it! But, those changes may be lost after an update, you will have to edit the file again.

    Let is know if you require any further assistance!

    Cheers,

    Nastia

  • fmgpubs
    • Design Lord, Child of Thor

    I can do this, but it is annoying to have to re do this kind of modification with each update. I can do this for now. Is there any chance to that they can add an “Option” to the [ms-membership-signup] shortcode so that it is modifiable and won’t go away every time there is an update.