Archive by Author

wp_match_mime_types

Check a MIME-Type against a list.If the wildcard_mime_types parameter is a string, it must be comma separated list. If the real_mime_types is a string, it is also comma separated to create the list.

3903

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