Callback function for usort() to naturally sort themes by translated name.
WP_Theme::_name_sort
Callback function for usort() to naturally sort themes by name.
WP_Theme::sort_by_name
Sorts themes by name.
WP_Theme::network_disable_theme
Disables a theme for all sites on the current network.
Advertisement
WP_Theme::network_enable_theme
Enables a theme for all sites on the current network.
site_allowed_themes
This filter is documented in wp-includes/class-wp-theme.php
allowed_themes
Filters the array of themes allowed on the network.
WP_Theme::get_allowed_on_site
Returns array of stylesheet names of themes allowed on the site.
Advertisement
WP_Theme::get_allowed_on_network
Returns array of stylesheet names of themes allowed on the network.
network_allowed_themes
Filters the array of themes allowed on the network.
WP_Theme::get_allowed
Returns array of stylesheet names of themes allowed on the site or network.
WP_Theme::get_core_default_theme
Determines the latest WordPress default theme that is installed.
Advertisement
WP_Theme::is_allowed
Whether the theme is allowed (multisite only).
WP_Theme::load_textdomain
Loads the theme’s textdomain.
theme_scandir_exclusions
Filters the array of excluded directories and files while scanning theme folder.