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
-
An array of WP_Query arguments.
Source
Changelog
Version | Description |
---|---|
WP-3.7.0 | Introduced. |