Archive | Functions by letter w RSS feed for this section

wp_parse_str

Parses a string into variables to be stored in an array.Uses parse_str() and stripslashes if magic_quotes_gpc is on.

3977

Continue reading

wp_parse_args

Merge user defined arguments into defaults array.This function is used throughout WordPress to allow for both string or array to be merged into another array.

3971

Continue reading