Strict Standards: call_user_func_array
-
At the top of my admin page it says:
“Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method MostWanted::config_page() should not be called statically in /home/a3842/public_html/wp-includes/plugin.php on line 496”
I looked at my plugin.php file and section in question says:
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’]));} while ( next($wp_filter[$tag]) !== false );
Does anyone know how to fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Strict Standards: call_user_func_array’ is closed to new replies.