wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_ajax_menu_quick_search_args › WordPress Filter Hooks

Since6.9.0
Deprecatedn/a
apply_filters( 'wp_ajax_menu_quick_search_args', $query_args )
Parameters:
  • (array) $args { Menu quick search arguments. @type boolean $no_found_rows Whether to return found rows data. Default true. @type boolean $update_post_meta_cache Whether to update post meta cache. Default false. @type boolean $update_post_term_cache Whether to update post term cache. Default false. @type int $posts_per_page Number of posts to return. Default 10. @type string $post_type Type of post to return. @type string $s Search query. @type array $search_columns Which post table columns to query. }
    Required: Yes
Defined at:
Codex:

Filter the menu quick search arguments.





Source

$query_args = apply_filters( 'wp_ajax_menu_quick_search_args', $query_args );