posts_request_ids
最后更新于:2021-11-27 15:21:06
apply_filters( ‘posts_request_ids’, string $request, GC_Query $query )
Filters the Post IDs SQL request before sending.
参数
- $request
-
(string)
The post ID request.
- $query
-
(GC_Query)
The GC_Query instance.
源文件
文件: gc-includes/class-gc-query.php
View on Trac