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|false) Hook name of the current action, false if no action is running.
Definiert in:
Codex:

Retrieves the name of the current action hook.



Quellcode

function current_action() {
	return current_filter();
}