Returns the main screenshot file for the theme.
WP_Theme::get_theme_root_uri
Returns the URL to the directory of the theme root.
WP_Theme::get_theme_root
The absolute path to the directory of the theme root.
WP_Theme::get_template_directory_uri
Returns the URL to the directory of a theme’s “template” files.
Advertisement
WP_Theme::get_stylesheet_directory_uri
Returns the URL to the directory of a theme’s “stylesheet” files.
WP_Theme::get_template_directory
Returns the absolute path to the directory of a theme’s “template” files.
WP_Theme::get_stylesheet_directory
Returns the absolute path to the directory of a theme’s “stylesheet” files.
WP_Theme::get_template
The directory name of the theme’s “template” files, inside the theme root.
Advertisement
WP_Theme::get_stylesheet
The directory name of the theme’s “stylesheet” files, inside the theme root.
WP_Theme::translate_header
Translate a theme header.
WP_Theme::markup_header
Mark up a theme header.
WP_Theme::sanitize_header
Sanitize a theme header.
Advertisement
WP_Theme::display
Gets a theme header, formatted and translated for display.
WP_Theme::get
Get a raw, unformatted theme header.
WP_Theme::cache_delete
Clears the cache for the theme.