call user function error
-
I recently migrated my website and everything is good to go except I have an error message across the top of the page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ” not found or invalid function name in /home/mymicl5/public_html/wp-includes/plugin.php on line 214
Line 214 of plugin.php states:
$value = call_user_func_array($the_[‘function’], array_slice($args, 1, (int) $the_[‘accepted_args’]));
This is apparently a plugin API ( whatever that means). I know nothing about plugins. Can someone tell me how to fix this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘call user function error’ is closed to new replies.