Tag Archives: codex

wp_mkdir_p

Recursive directory creation based on full path.Will attempt to set permissions on folders.

3917

Continue reading

wp_meta

Theme container function for the ‘wp_meta’ action.The ‘wp_meta’ action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.

3913

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

wp_mail

Send mail, similar to PHP’s mailA true return value does not automatically mean that the user received the email successfully. It just only means that the method used was able to process the request without any errors.

3893

Continue reading