ActionsProxy
Class: Proxy for interacting with WordPress actions and filters.
Source: src/Proxies/ActionsProxy.php:13
Class: Proxy for interacting with WordPress actions and filters.
Source: src/Proxies/ActionsProxy.php:13
Method: Retrieve the number of times an action is fired.
Source: src/Proxies/ActionsProxy.php:22
Method: Calls the callback functions that have been added to a filter hook.
Source: src/Proxies/ActionsProxy.php:35