ActionsProxy::did_action( string $tag )
Retrieve the number of times an action is fired.
Description Description
Parameters Parameters
- $tag
-
(Required) The name of the action hook.
Return Return
(int) The number of times action hook $tag is fired.
Source Source
File: src/Proxies/ActionsProxy.php