ActionsProxy::apply_filters( string $tag, mixed $value, mixed $parameters )
Calls the callback functions that have been added to a filter hook.
Description Description
Parameters Parameters
- $tag
-
(Required) The name of the filter hook.
- $value
-
(Required) The value to filter.
- $parameters
-
(Required) Additional parameters to pass to the callback functions.
Return Return
(mixed) The filtered value after all hooked functions are applied to it.
Source Source
File: src/Proxies/ActionsProxy.php