Uses
Uses | Description |
---|---|
wp-includes/class-wp-theme.php: WP_Theme::scandir() | Scans a directory for files of a certain extension. |
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_template_directory() | Returns the absolute path to the directory of a theme’s “template” files. |
wp-includes/class-wp-theme.php: WP_Theme::parent() | Returns reference to the parent theme. |