wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_autotoggle › WordPress Function

Da0.71
Deprecato2.1.0
get_autotoggle ( $id = 0 )
Parametri:
  • (int) $id The category to get. If no category supplied uses 0
    Richiesto: No
    Default:
Ritorna:
  • (int) Only returns 0.
Definito a:
Codex:

Gets the auto_toggle setting.



Sorgenti

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