New and updated in 1.5.0
-
Fires after ‘normal’ context meta boxes have been output for all post types other than ‘page’.
-
functionvalidate_current_theme()
Checks that the active theme has the required files.
-
functionget_theme_root()
Retrieves path to themes directory.
-
hooktheme_root
Filters the absolute path to the themes directory.
-
functionget_theme_root_uri()
Retrieves URI for themes directory.
-
hooktheme_root_uri
Filters the URI for themes directory.
-
hookswitch_theme
Fires after the theme is switched.
-
functionget_template()
Retrieves name of the active theme.
-
hooktemplate
Filters the name of the active theme.
-
functionget_template_directory()
Retrieves template directory path for the active theme.
-
Filters the active theme directory path.
-
hookstylesheet
Filters the name of current stylesheet.
-
functionget_template_directory_uri()
Retrieves template directory URI for the active theme.
-
functionget_stylesheet_directory()
Retrieves stylesheet directory path for the active theme.
-
Filters the active theme directory URI.
-
Filters the stylesheet directory path for the active theme.
-
functionget_stylesheet_directory_uri()
Retrieves stylesheet directory URI for the active theme.
-
Filters the stylesheet directory URI.
-
functionget_stylesheet_uri()
Retrieves stylesheet URI for the active theme.
-
hookstylesheet_uri
Filters the URI of the active theme stylesheet.
-
functionget_stylesheet()
Retrieves name of the current stylesheet.
-
functionload_plugin_textdomain()
Loads a plugin’s translated strings.
-
functionload_theme_textdomain()
Loads the theme’s translated strings.
-
functionload_textdomain()
Loads a .mo file into the text domain $domain.
-
functionload_default_textdomain()
Loads default translated strings based on locale.
-
functionget_locale()
Retrieves the current locale.
-
hooklocale
Filters the locale ID of the WordPress installation.
-
functioniso8601_timezone_to_offset()
Given an ISO 8601 timezone, returns its UTC offset in seconds.
-
functioniso8601_to_datetime()
Given an ISO 8601 (Ymd\TH:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].
-
functionsanitize_email()
Strips out all characters that are not allowable in an email.