wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
pre_get_posts › WordPress Action Hooks
Seit2.0.0
Veraltetn/v
› do_action_ref_array( 'pre_get_posts', array( &$this )
| Parameter: |
|
| Definiert in: |
|
| Codex: |
Fires after the query variable object is created, but before the actual query is run.
Note: If using conditional tags, use the method versions within the passed instance (e.g. `$query->is_main_query()` instead of `is_main_query()`). This is because the functions like `is_main_query()` test against the global `$wp_query` instance, not the passed one.Ähnliche Funktionen: get_posts, get_post, wp_get_post_cats, wp_get_post_tags, wp_get_post_terms, wp_get_sites