Parsed: 117791

<?php
#[AllowDynamicProperties]
/* class WP_Theme */
/* function WP_Theme::__construct() – Constructor for WP_Theme. */
/* function WP_Theme::__toString() – When converting the object to a string, the theme name is returned. */
/* function WP_Theme::__isset() – __isset() magic method for properties formerly returned by current_theme_info() */
/* function WP_Theme::__get() – __get() magic method for properties formerly returned by current_theme_info() */
/* function WP_Theme::offsetSet() – Method to implement ArrayAccess for keys formerly returned by get_themes() */
/* function WP_Theme::offsetUnset() – Method to implement ArrayAccess for keys formerly returned by get_themes() */
/* function WP_Theme::offsetExists() – Method to implement ArrayAccess for keys formerly returned by get_themes() */
/* function WP_Theme::offsetGet() – Method to implement ArrayAccess for keys formerly returned by get_themes(). */
/* function WP_Theme::errors() – Returns errors property. */
/* function WP_Theme::exists() – Whether the theme exists. */
/* function WP_Theme::parent() – Returns reference to the parent theme. */
/* function WP_Theme::cache_add() – Adds theme data to cache. */
/* function WP_Theme::cache_get() – Gets theme data from cache. */
/* function WP_Theme::cache_delete() – Clears the cache for the theme. */
/* function WP_Theme::get() – Get a raw, unformatted theme header. */
/* function WP_Theme::display() – Gets a theme header, formatted and translated for display. */
/* function WP_Theme::sanitize_header() – Sanitizes a theme header. */
/* function WP_Theme::markup_header() – Marks up a theme header. */
/* function WP_Theme::translate_header() – Translates a theme header. */
/* function WP_Theme::get_stylesheet() – The directory name of the theme’s "stylesheet" files, inside the theme root. */
/* function WP_Theme::get_template() – The directory name of the theme’s "template" files, inside the theme root. */
/* function WP_Theme::get_stylesheet_directory() – Returns the absolute path to the directory of a theme’s "stylesheet" files. */
/* function WP_Theme::get_template_directory() – Returns the absolute path to the directory of a theme’s "template" files. */
/* function WP_Theme::get_stylesheet_directory_uri() – Returns the URL to the directory of a theme’s "stylesheet" files. */
/* function WP_Theme::get_template_directory_uri() – Returns the URL to the directory of a theme’s "template" files. */
/* function WP_Theme::get_theme_root() – The absolute path to the directory of the theme root. */
/* function WP_Theme::get_theme_root_uri() – Returns the URL to the directory of the theme root. */
/* function WP_Theme::get_screenshot() – Returns the main screenshot file for the theme. */
/* function WP_Theme::get_files() – Returns files in the theme’s directory. */
/* function WP_Theme::get_post_templates() – Returns the theme’s post templates. */
/* function WP_Theme::get_page_templates() – Returns the theme’s post templates for a given post type. */
/* function WP_Theme::scandir() – Scans a directory for files of a certain extension. */
/* function WP_Theme::load_textdomain() – Loads the theme’s textdomain. */
/* function WP_Theme::is_allowed() – Whether the theme is allowed (multisite only). */
/* function WP_Theme::is_block_theme() – Returns whether this theme is a block-based theme or not. */
/* function WP_Theme::get_file_path() – Retrieves the path of a file in the theme. */
/* function WP_Theme::get_core_default_theme() – Determines the latest WordPress default theme that is installed. */
/* function WP_Theme::get_allowed() – Returns array of stylesheet names of themes allowed on the site or network. */
/* function WP_Theme::get_allowed_on_network() – Returns array of stylesheet names of themes allowed on the network. */
/* function WP_Theme::get_allowed_on_site() – Returns array of stylesheet names of themes allowed on the site. */
/* function WP_Theme::network_enable_theme() – Enables a theme for all sites on the current network. */
/* function WP_Theme::network_disable_theme() – Disables a theme for all sites on the current network. */
/* function WP_Theme::sort_by_name() – Sorts themes by name. */
/* function WP_Theme::_name_sort() – Callback function for usort() to naturally sort themes by name. */
/* function WP_Theme::_name_sort_i18n() – Callback function for usort() to naturally sort themes by translated name. */