wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_parse_str › WordPress Filter Hooks

Since2.2.1
Deprecatedn/a
apply_filters( 'wp_parse_str', $result )
Parameters:
  • () result The array populated with variables.
    Required: Yes
Defined at:
Codex:

Filters the array of variables derived from a parsed string.





Source

$result = apply_filters( 'wp_parse_str', $result );