Support » Fixing WordPress » Error in plugin.php line 166

  • Resolved edwinkort

    (@edwinkort)


    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘generic_plugin’ was given in /home/bookieb/public_html/stupidnothings.com/wp-includes/plugin.php on line 166

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘tt_plugin’ was given in /home/bookieb/public_html/stupidnothings.com/wp-includes/plugin.php on line 166

    This is the part around line 166

    do {
    		foreach( (array) current($wp_filter[$tag]) as $the_ )
    			if ( !is_null($the_['function']) ){
    				$args[1] = $value;
    				$value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));
    			}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in plugin.php line 166’ is closed to new replies.