wp_parse_str [ WordPress Function ]
wp_parse_str ( $string, $array )
| Parameters: |
|
| Uses: | |
| Defined at: |
|
Parses a string into variables to be stored in an array.
Uses {@link http://www.php.net/parse_str parse_str()} and stripslashes if {@link http://www.php.net/magic_quotes magic_quotes_gpc} is on.
Examples [ wp-snippets.com ]
Top Google Search Results
- wp_parse_str Wordpress hook details -- Adam Brown, BYU Political ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ...
adambrown.info - Function Reference/wp parse str « WordPress Codex
Description. Parses a string into variables to be stored in an array. Uses parse_str() and stripslashes if magic_quotes magic_quotes_gpc is on.
codex.wordpress.org - PHPXRef 0.7 : BackPress : Function Reference: wp_parse_str()
Function and Method Cross Reference. wp_parse_str(). Defined at: /includes/ functions.formatting.php -> line 1812. Referenced 2 times: ...
phpxref.ftwr.co.uk - wp_parse_str() WordPress function reference, arguments and ...
Parses a string into variables to be stored in an array.
queryposts.com