Uses
Uses | Description |
---|---|
wp-includes/class-wp-theme.php: WP_Theme::get_template() | The directory name of the theme’s “template” files, inside the theme root. |
wp-includes/class-wp-theme.php: WP_Theme::get_stylesheet() | The directory name of the theme’s “stylesheet” files, inside the theme root. |
wp-includes/class-wp-theme.php: WP_Theme::get_files() | Return files in the theme’s directory. |
wp-includes/class-wp-theme.php: WP_Theme::get_template_directory() | Returns the absolute path to the directory of a theme’s “template” files. |
wp-includes/class-wp-theme.php: WP_Theme::get_stylesheet_directory() | Returns the absolute path to the directory of a theme’s “stylesheet” files. |
wp-includes/class-wp-theme.php: WP_Theme::get_screenshot() | Returns the main screenshot file for the theme. |
wp-includes/class-wp-theme.php: WP_Theme::get_theme_root() | The absolute path to the directory of the theme root. |
wp-includes/class-wp-theme.php: WP_Theme::get_theme_root_uri() | Returns the URL to the directory of the theme root. |
wp-includes/class-wp-theme.php: WP_Theme::get() | Get a raw, unformatted theme header. |
wp-includes/class-wp-theme.php: WP_Theme::display() | Gets a theme header, formatted and translated for display. |
wp-includes/class-wp-theme.php: WP_Theme::parent() | Returns reference to the parent theme. |