wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



current_action › WordPress Function

Od3.9.0
Przestarzałyn/a
current_action ( Brak parametrów )
Powrót:
  • (string) Hook name of the current action.
Zdefiniowane na:
Codex:

Retrieves the name of the current action hook.



Źródło

function current_action() {
	return current_filter();
}