Error on wp-includes/plugin.php on line 503?
-
[26-Aug-2015 06:37:33 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘page_meta’ not found or invalid function name in /wp-includes/plugin.php on line 503
I was getting this error on the plugin.php file, so i fixed it by adding an ‘is callable’ chech to line 503
changed it from:
call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));to this:
[code redacted as core changes should not be made to WP. If you feel this is a core issue please submit a Trac ticket at https://core.trac.www.ads-software.com/%5DJust thought Id post something to see if its something that would be changed in the future or if it is something in my theme that may be causing it.
Regards - Marty
- The topic ‘Error on wp-includes/plugin.php on line 503?’ is closed to new replies.