wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_link_query_args › WordPress Filter Hooks

Since3.7.0
Deprecatedn/a
apply_filters( 'wp_link_query_args', $query )
Parameters:
  • () query An array of WP_Query arguments.
    Required: Yes
See:
  • WP_Query
Defined at:
Codex:

Filters the link query arguments.

Allows modification of the link query arguments before querying.




Source

$query = apply_filters( 'wp_link_query_args', $query );