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



is_wpmu_sitewide_plugin › WordPress Function

Seitn/v
Veraltet3.0.0
is_wpmu_sitewide_plugin ( $file )
Siehe:
Definiert in:
Codex:

Deprecated functionality for determining if the current plugin is network-only.



Quellcode

function is_wpmu_sitewide_plugin( $file ) {
	_deprecated_function( __FUNCTION__, '3.0.0', 'is_network_only_plugin()' );
	return is_network_only_plugin( $file );
}