Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Remove \"Match\" #39278
     airsidworld
    Participant

    Hello,

    I’ve removed the matching system by adding this to function.php

    COPY CODE
    add_action('after_setup_theme','kleo_remove_matching');
    function kleo_remove_matching() 
    {
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    }
    add_action('after_setup_theme','kleo_my_match');

    but I have the following error appearing:
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘kleo_my_match’ not found or invalid function name in /home2/airsidwo/public_html/wp-includes/plugin.php on line 505

    Could you please advise ?

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?