• eshrag

    (@eshrag)


    the error is “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_ob_end_flush_all’ not found or invalid function name in /home/mohamed/public_html/wp-includes/class-wp-hook.php on line 309

    the code line is

    // Avoid the array_slice() if possible. if ( 0 == $the_[‘accepted_args’] ) { $value = call_user_func( $the_[‘function’] ); } elseif ( $the_[‘accepted_args’] >= $num_args ) { $value = call_user_func_array( $the_[‘function’], $args ); } else { $value = call_user_func_array( $the_[‘function’], array_slice( $args, 0, (int) $the_[‘accepted_args’] ) ); }

    eshraag

    • This topic was modified 5 months ago by eshrag.
    • This topic was modified 5 months ago by eshrag.
Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Were you updating WordPress, or doing something else when this error happened?

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.