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

  • Author
  • #13331
     misterwho
    Participant

    How to remove the matching system widget on the profile member page

    #13603
     Abe
    Keymaster

    Hi. to remove the matching please add this code to your sweetdate-child/functions.php

    COPY CODE
    
    //remove matching
    add_action('after_setup_theme','kleo_remove_matching');
    function kleo_remove_matching()
    {
       /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');      
    }
    
    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 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?