wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_site_allowed_themes › WordPress Function

Dan/a
Deprecato3.4.0
get_site_allowed_themes ( Nessun parametro )
Vedi:
  • WP_Theme::get_allowed_on_network()
Definito a:
Codex:

Deprecated functionality for getting themes network-enabled themes.



Sorgenti

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