call_user_fund_array filling up error log
-
My error log is filling up with the following
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘dc_custom_search_query’ not found or invalid function name in /home/—/public_html/wp-includes/plugin.php on line 579
I have checked line 579 and it is
// Do ‘all’ actions first
575 if ( isset($wp_filter[‘all’]) ) {
576 $wp_current_filter[] = $tag;
577 $all_args = func_get_args();
578 _wp_call_all_hook($all_args);
579 }sorry but that doesnt help me much. Does anyone have any ideas that might be helpful?
Any help is appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘call_user_fund_array filling up error log’ is closed to new replies.