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



current_action › WordPress Function

Seit3.9.0
Veraltetn/v
current_action ( Keine Parameter )
Gibt zurück:
  • (string) Hook name of the current action.
Definiert in:
Codex:

Retrieves the name of the current action hook.



Quellcode

function current_action() {
	return current_filter();
}