Core Function
View Source on Trac ↗ wp_parse_str()
wp_parse_str( mixed $input_string, mixed $result ) Parses a string into variables to be stored in an array.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $input_string string | The string to be parsed. Required |
| $result array | Variables will be stored in this array. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.2.1
Source File
wp-includes/formatting.php
Advertisement