WP_REST_Search_Handler::search_items( WP_REST_Request $request )

Searches the object type content for a given search request.


Description Description


Parameters Parameters

$request

(WP_REST_Request) (Required) Full REST request.


Top ↑

Return Return

(array) Associative array containing an WP_REST_Search_Handler::RESULT_IDS containing an array of found IDs and WP_REST_Search_Handler::RESULT_TOTAL containing the total count for the matching search results.


Top ↑

Source Source

File: wp-includes/rest-api/search/class-wp-rest-search-handler.php

	abstract public function search_items( WP_REST_Request $request );

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.