apply_filters( 'posts_request_ids', string $request, WP_Query $this )

Filters the Post IDs SQL request before sending.


Parameters

$request

(string) The post ID request.

$this

(WP_Query) The WP_Query instance.


Source

File: wp-includes/class-wp-query.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.