• Resolved canimjain

    (@canimjain)


    Hi,
    Some text (probably “site name”) from my membership confirmation page disappeared.

    “Membership Confirmation”
    “Thank you for your membership to . Your Regular membership is now active.”

    I do not know from which template this message is coming (I want to complete the sentence). Please suggest how to correct this.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kim White

    (@kimwhite)

    Hello @canimjain ,

    I’m sorry this is missing for you.
    The file that creates the confirmation page and message is in the
    /wp-content/plugins/paid-memberships-propages/confirmation.php line 27
    $confirmation_message = "<p>" . sprintf(__('Thank you for your membership to %s. Your %s membership is now active.', 'paid-memberships-pro' ), get_bloginfo("name"), $current_user->membership_level->name) . "</p>";

    The level is called with the %s. If you feel this file has been corrupt you can download the plugin and just replace this file.

    If you want to edit this content we do not recommend editing the plugin file as it will be overwritten when we update our Paid Memberships Pro.

    To replace text you can use a gettext function or use a 3rd party plugin like “Say What”.

    Kim W

    • This reply was modified 2 years, 3 months ago by Kim White.
    Thread Starter canimjain

    (@canimjain)

    Noted. Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Confirmation page text’ is closed to new replies.