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



current_action › WordPress Function

Da3.9.0
Deprecaton/a
current_action ( Nessun parametro )
Ritorna:
  • (string) Hook name of the current action.
Definito a:
Codex:

Retrieves the name of the current action hook.



Sorgenti

function current_action() {
	return current_filter();
}