Uses
Uses | Description |
---|---|
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
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::load_textdomain() | Loads the theme’s textdomain. |
wp-includes/class-wp-theme.php: WP_Theme::translate_header() | Translate a theme header. |
wp-includes/class-wp-theme.php: WP_Theme::errors() | Returns errors property. |
wp-includes/class-wp-theme.php: WP_Theme::cache_get() | Gets theme data from cache. |
wp-includes/class-wp-theme.php: WP_Theme::cache_add() | Adds theme data to cache. |
wp-includes/functions.php: _cleanup_header_comment() | Strip close comment and close php tags from file headers used by WP. |