wp_parse_str WordPress Filter Hook

The wp_parse_str hook allows for custom modification of the query string before it is parsed by the Wordpress request. This is useful for modifying the request parameters before they are used by the Wordpress request handler.

apply_filters( 'wp_parse_str', array $array ) #

Filters the array of variables derived from a parsed string.


Parameters

$array

(array)The array populated with variables.


Top ↑

Source

File: wp-includes/formatting.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.2.1Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More