apply_filters( 'wp_rest_search_handlers', array $search_handlers )

Filters the search handlers to use in the REST search controller.


Description Description


Parameters Parameters

$search_handlers

(array) List of search handlers to use in the controller. Each search handler instance must extend the WP_REST_Search_Handler class. Default is only a handler for posts.


Top ↑

Source Source

File: wp-includes/rest-api.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.