wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_site_allowed_themes › WordPress Function

Seitn/v
Veraltet3.4.0
get_site_allowed_themes ( Keine Parameter )
Siehe:
  • WP_Theme::get_allowed_on_network()
Definiert in:
Codex:

Deprecated functionality for getting themes network-enabled themes.



Quellcode

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() );
}