apply_filters( 'wp_link_query_args', array $query )
Filters the link query arguments.
Description Description
Allows modification of the link query arguments before querying.
See also See also
- WP_Query: for a full list of arguments
Parameters Parameters
- $query
-
(array) An array of WP_Query arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |