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



get_autotoggle › WordPress Function

Seit0.71
Veraltet2.1.0
get_autotoggle ( $id = 0 )
Parameter:
  • (int) $id The category to get. If no category supplied uses 0
    Erforderlich: Nein
    Standard:
Gibt zurück:
  • (int) Only returns 0.
Definiert in:
Codex:

Gets the auto_toggle setting.



Quellcode

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