do_action_ref_array( 'parse_query', WP_Query $this )
Fires after the main query vars have been parsed.
Description Description
Parameters Parameters
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
Fires after the main query vars have been parsed.
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
| Used By | Description |
|---|---|
| wp-includes/class-wp-query.php: WP_Query::parse_query() |
Parse a query string and set query type booleans. |
Code is Poetry.