在发送之前过滤Post ID SQL请求。
原型
apply_filters( 'posts_request_ids', string $request, WP_Query $this )
参数
$request
(string)
邮政ID请求。
$this
(WP_Query)
WP_Query实例。
源文件
路径:wp-includes/class-wp-query.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/posts_request_ids/