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

Filters the link query results.


Description Description

Allows modification of the returned link query results.

See also See also


Top ↑

Parameters Parameters

$results

(array) An associative array of query results.

  • (array)
    • 'ID'
      (int) Post ID.
    • 'title'
      (string) The trimmed, escaped post title.
    • 'permalink'
      (string) Post permalink.
    • 'info'
      (string) A 'Y/m/d'-formatted date for 'post' post type, the 'singular_name' post type label otherwise.

$query

(array) An array of WP_Query arguments.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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