wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_link_query_args › WordPress过滤钩子

Since3.7.0
已弃用n/a
apply_filters( 'wp_link_query_args', $query )
参数:
  • (array) $query An array of WP_Query arguments.
    Required: Yes
定义在:
文档:

Filters the link query arguments.

Allows modification of the link query arguments before querying.





源码

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