• 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)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please disable all plugins and change the theme to twentysixteen. Does the problem go away?

    If so, re-enable things one at a time until you find what’s causing the error, then let us know.

    Hi @tagteamcomputing. Either your theme or one of your plugins is trying to use a function named dc_custom_search_query, but (according to the error), no such function actually exists.

    So, you’d need to figure out where the call to that function is actually being made in order to address the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘call_user_fund_array filling up error log’ is closed to new replies.