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 ?