wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



posts_request_ids › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'posts_request_ids', $this->request, $this )
Parameter: (2)
  • () request The post ID request.
    Erforderlich: Ja
  • () query The WP_Query instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Post IDs SQL request before sending.





Quellcode

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