This topic has 2 replies, 2 voices, and was last updated 10 years by Abe.

  • Author

    Tagged: 

  • #14861
     ahmadfaiz11
    Participant

    How to remove like shown in the red box?

    #14862
     ahmadfaiz11
    Participant

    remove at all…..No need this

    #15104
     Abe
    Keymaster

    That appears because you are using Paid memberships Pro. Disabling the plugin that will go also. If you need the plugin but want that to dissapear, add this code to your child theme functions.php

    COPY CODE
    
    //Remove membership info from profile page
    add_action('after_setup_theme', 'kleo_remove_membership_info');
    function kleo_remove_membership_info() {
    	remove_action('kleo_bp_after_profile_name', 'kleo_membership_info');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?