• Resolved Kokyick

    (@kokyick)


    Hi may i know is this jiaoshop plugin 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

    https://wordpress.org/plugins/jigoshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • OptArt

    (@optart)

    Hi @kokyick,
    “suffusion” is your theme name I believe?
    The error is given by it’s function so best way to solve it would be to contact theme author.
    Let us know if you’d need any additional help!

    Thread Starter Kokyick

    (@kokyick)

    Ok thanks . I will approach my theme for further support then.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: call_user_func_array()’ is closed to new replies.