wp_parse_str
wp_parse_str ( $input_string, $result )
Parameters:- (string) input_string The string to be parsed.
- (array) result Variables will be stored in this array.
Defined at: - Introduced in WordPress: 2.2.1
- Deprecated in WordPress: —
Description
Parses a string into variables to be stored in an array.