apply_filters( ‘posts_request_ids’, string $request, WP_Query $query )

In this article

Filters the Post IDs SQL request before sending.

Parameters

$requeststring
The post ID request.
$queryWP_Query
The WP_Query instance.

Source

$this->request = apply_filters( 'posts_request_ids', $this->request, $this );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.