过滤查询的JOIN子句。
原型
apply_filters_ref_array( 'posts_join_request', string $join, WP_Query $this )
描述
供缓存插件使用。
参数
$join
(string)
查询的JOIN子句。
$this
(WP_Query)
WP_Query实例(通过引用传递)。
源文件
路径:wp-includes/class-wp-query.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/posts_join_request/