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



get_autotoggle › WordPress Function

Od0.71
Przestarzały2.1.0
get_autotoggle ( $id = 0 )
Parametry:
  • (int) $id The category to get. If no category supplied uses 0
    Wymagane: Nie
    Domyślny:
Powrót:
  • (int) Only returns 0.
Zdefiniowane na:
Codex:

Gets the auto_toggle setting.



Źródło

function get_autotoggle($id = 0) {
	_deprecated_function( __FUNCTION__, '2.1.0' );
	return 0;
}