Changeset 48121 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 06/22/2020 05:24:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r47887 r48121 276 276 277 277 /** 278 * Filters the query variables whitelistbefore processing.278 * Filters the query variables allowed before processing. 279 279 * 280 280 * Allows (publicly allowed) query vars to be added, removed, or changed prior … … 284 284 * @since 1.5.0 285 285 * 286 * @param string[] $public_query_vars The array of whitelisted query variable names.286 * @param string[] $public_query_vars The array of allowed query variable names. 287 287 */ 288 288 $this->public_query_vars = apply_filters( 'query_vars', $this->public_query_vars );
Note: See TracChangeset
for help on using the changeset viewer.