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

Filters the Post IDs SQL request before sending.


Description Description


Parameters Parameters

$request

(string) The post ID request.

$this

(WP_Query) The WP_Query instance.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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