apply_filters_ref_array( 'posts_search', string $search , WP_Query $this )
Filters the search SQL that is used in the WHERE clause of WP_Query.
Description
Parameters
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Example function search by title only:
Expand full source codeCollapse full source code