WP_REST_Post_Format_Search_Handler::prepare_item_links()publicWP 5.6.0

Prepares links for the search result.

Метод класса: WP_REST_Post_Format_Search_Handler{}

Хуков нет.

Возвращает

Массив. Links for the given item.

Использование

$WP_REST_Post_Format_Search_Handler = new WP_REST_Post_Format_Search_Handler();
$WP_REST_Post_Format_Search_Handler->prepare_item_links( $id );
$id(строка) (обязательный)
Item ID, the post format slug.

Список изменений

С версии 5.6.0 Введена.

Код WP_REST_Post_Format_Search_Handler::prepare_item_links() WP 6.5.2

public function prepare_item_links( $id ) {
	return array();
}