Warning: call_user_func_array() expects parameter
-
Good afternoon!
In the admin dashboard appear this error:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘fix_avas’ not found or invalid function name in /home/customer/www/webname/public_html/wp-includes/class-wp-hook.php on line 287
I checked this file and there is nothing about that in the line 287
// Avoid the array_slice() if possible. if ( 0 == $the_['accepted_args'] ) { $value = call_user_func( $the_['function'] ); } elseif ( $the_['accepted_args'] >= $num_args ) { //Following line 287 $value = call_user_func_array( $the_['function'], $args ); } else { $value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int) $the_['accepted_args'] ) ); }
I used String Locator looking for fix_avas and nothing. No one result appeared.
Any suggestion?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: call_user_func_array() expects parameter’ is closed to new replies.