wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



global_terms_enabled › WordPress Function

Od3.0.0
Przestarzały6.1.0
global_terms_enabled ( Brak parametrów )
Powrót:
  • (bool) Always returns false.
Zdefiniowane na:
Codex:
Dziennik zmian:
  • 6.1.0

Determines whether global terms are enabled.



Źródło

function global_terms_enabled() {
	_deprecated_function( __FUNCTION__, '6.1.0' );

	return false;
}