get_site_allowed_themes()

最后更新于:2021-11-27 00:18:33

get_site_allowed_themes()

Deprecated functionality for getting themes network-enabled themes.

源文件

文件: gc-admin/includes/ms-deprecated.php

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