Callback function used by preg_replace.
3995
Continue readingParses a string into variables to be stored in an array.Uses parse_str() and stripslashes if magic_quotes_gpc is on.
3977
Continue readingConvert 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