хук-фильтр since 3.7.0

wp_link_query

Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.

Сигнатура

apply_filters( 'wp_link_query', array $results, array $query )

Описание

Позволяет изменить возвращаемые результаты запроса ссылок.
См. также 'wp_link_query_args': фильтр

Оригинал (английский)

Allows modification of the returned link query results.

See also

Фильтруемое значение

An array of associative arrays of query results.
  • ...$0 array
    • ID intPost ID.
    • title stringThe trimmed, escaped post title.
    • permalink stringPost permalink.
    • info stringA 'Y/m/d'-formatted date for 'post' post type, the 'singular_name' post type label otherwise.
    $queryarrayAn array of WP_Query arguments. Source
    $results = apply_filters( 'wp_link_query', $results, $query );
    

    View all references View on Trac View on GitHub

    Related
    Used byDescription
    _WP_Editors::wp_link_query()wp-includes/class-wp-editor.php

    Performs post queries for internal linking.

    Changelog
    VersionDescription
    3.7.0Introduced.

Параметры

$results array обязательный
An array of associative arrays of query results.
  • ...$0 array
    • ID intPost ID.
    • title stringThe trimmed, escaped post title.
    • permalink stringPost permalink.
    • info stringA 'Y/m/d'-formatted date for 'post' post type, the 'singular_name' post type label otherwise.
    $queryarrayAn array of WP_Query arguments. Source
    $results = apply_filters( 'wp_link_query', $results, $query );
    

    View all references View on Trac View on GitHub

    Related
    Used byDescription
    _WP_Editors::wp_link_query()wp-includes/class-wp-editor.php

    Performs post queries for internal linking.

    Changelog
    VersionDescription
    3.7.0Introduced.

Исходный код

wp-includes/class-wp-editor.php:1858

$results = apply_filters( 'wp_link_query', $results, $query );

История изменений

ВерсияОписание
3.7.0 Introduced.

Что будем искать? Например,Продвижение

Этот сайт использует куки-файлы. Оставаясь на сайте, Вы соглашаетесь на их использование. Для получения дополнительной информации, пожалуйста, ознакомьтесь с политикой в отношении персональных данных.