Archive | /wp-includes/formatting.php 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_make_link_relative

Convert full URL paths to absolute paths.Removes the http or https protocols and the domain. Keeps the path ‘/’ at the beginning, so it isn’t a true relative link, but from the web root base.

3895

Continue reading