apply_filters( 'wp_link_query_args', array $query )

Filters the link query arguments.


Description

Allows modification of the link query arguments before querying.

See also

  • WP_Query: for a full list of arguments


Parameters

$query

(array) An array of WP_Query arguments.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-3.7.0 Introduced.