Filter the menu quick search arguments.
Parameters
$argsarray- Menu quick search arguments.
no_found_rowsbooleanWhether to return found rows data. Default true.update_post_meta_cachebooleanWhether to update post meta cache. Default false.update_post_term_cachebooleanWhether to update post term cache. Default false.posts_per_pageintNumber of posts to return. Default 10.post_typestringType of post to return.sstringSearch query.search_columnsarrayWhich post table columns to query.
Source
$query_args = apply_filters( 'wp_ajax_menu_quick_search_args', $query_args );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.