Filterable_Interface
Indicates that a filter is capable of filtering the WP query.
Table of Contents
- find_posts() : array<string|int, mixed>
- Return the list of indexed data belonging to the filter.
- get_search_query() : mixed
- Return the formatted searched string attached to the filter.
Methods
find_posts()
Return the list of indexed data belonging to the filter.
public
find_posts() : array<string|int, mixed>
Return values
array<string|int, mixed> —get_search_query()
Return the formatted searched string attached to the filter.
public
get_search_query() : mixed