Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact

[Resolved] Message on "See more" tag when account is expired.

Simple Membership Plugin › Forums › Simple Membership Plugin › Message on "See more" tag when account is expired.

Tagged: customize, message, More tag

  • This topic has 6 replies, 3 voices, and was last updated 4 years, 4 months ago by admin.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • February 21, 2022 at 5:24 pm #23650
    Eric iStudio101
    Participant

    Hi
    (for expired users) How can I customize the message “Your account is expired” on the “See/Read more” tag?
    Thanks
    Eric

    February 22, 2022 at 2:07 am #23653
    mbrsolution
    Moderator

    Hi, thank you for reaching out to us. I have submitted a message to the developers to investigate further your request.

    Kind regards.

    February 22, 2022 at 6:40 am #23657
    Eric iStudio101
    Participant

    Thank you!

    February 23, 2022 at 5:51 am #23659
    admin
    Keymaster

    1) That text can be customized in your language translation file (if you do a translation). It is here in the POT file:
    https://github.com/wp-insider/simple-membership/blob/a156330da435a5f9b017ef234f7ff467c1f4b48a/simple-membership/languages/simple-membership.pot#L316

    2) Alternatively, There is a filter hook for it that can be used to customize the text. The following is an example of snippet of code:

    
    add_filter( 'swpm_account_expired_more_tag_msg', 'my_custom_expired_more_tag_msg' );
    function my_custom_expired_more_tag_msg ( $msg ){
        $msg = "This is my custom expired message. It can be customized here.";
        return $msg;
    }
    

    3) Another option is if you are using the following addon, we can make the “Account Expired” message to also apply for the more tag one:
    https://simple-membership-plugin.com/simple-membership-custom-messages-addon/

    February 23, 2022 at 9:34 am #23661
    Eric iStudio101
    Participant

    Thank you so much!

    I am using simple-membership-custom-messages-addon, I think it makes sens to have it here.
    However, I’ll use the 2nd solution to be able to add emoticons in within the message.

    February 23, 2022 at 9:47 am #23663
    Eric iStudio101
    Participant

    (I turn it “resolved”)

    February 24, 2022 at 6:51 am #23668
    admin
    Keymaster

    We have updated the following addon:
    https://simple-membership-plugin.com/simple-membership-custom-messages-addon/

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Log In

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy