wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_site_allowed_themes › WordPress Function

Depuisn/a
Dépréciée3.4.0
get_site_allowed_themes ( Pas de paramètres )
Voir:
  • WP_Theme::get_allowed_on_network()
Défini(e) dans:
Codex:

Deprecated functionality for getting themes network-enabled themes.



Source

function get_site_allowed_themes() {
	_deprecated_function( __FUNCTION__, '3.4.0', 'WP_Theme::get_allowed_on_network()' );
	return array_map( 'intval', WP_Theme::get_allowed_on_network() );
}