wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_link_query_args › WordPress Filter Hooks

Da3.7.0
Deprecaton/a
apply_filters( 'wp_link_query_args', $query )
Parametri:
  • (array) $query An array of WP_Query arguments.
    Richiesto:
Definito a:
Codex:

Filters the link query arguments.

Allows modification of the link query arguments before querying.





Sorgenti

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