• Hello!
    My English is poor, sorry gor that.

    I’ve this mistake

    AH01215: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'autoset_featured' not found or invalid function name in /var/www/***/data/www/***/wp-includes/plugin.php on line 600

    Did not find anything in Google. Any suggestions?

    On line 600

    do {
    		foreach ( (array) current($wp_filter[$tag]) as $the_ )
    			if ( !is_null($the_['function']) )
    				<strong>call_user_func_array($the_['function'], array_slice($args, 0, (int) </strong>$the_['accepted_args']));
    
    	} while ( next($wp_filter[$tag]) !== false );

    Thanks!

    • This topic was modified 9 years, 7 months ago by sevbanchik.

The topic ‘call_user_func_array() … function ‘autoset_featured’’ is closed to new replies.