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


Top ↑

Parameters

$query

(array) An array of WP_Query arguments.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Version Description
3.7.0 Introduced.