Support » Theme: Attitude » "Warning: call_user_func_array()

  • Hi may i know is this theme error as I did not see it previously on my product page “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘suffusion_before_end_content’ not found or invalid function name in /home/karrenfe/public_html/wp-includes/plugin.php on line 429”

    The code for line 429 is :
    do {
    foreach ( (array) current($wp_filter[$tag]) as $the_ )
    if ( !is_null($the_[‘function’]) )
    call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));

    }

    I’m bad at php, glad if someone can help

    Thanks

  • The topic ‘"Warning: call_user_func_array()’ is closed to new replies.