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.


Top ↑

Return Return

(mixed) The filtered value after all hooked functions are applied to it.


Top ↑

Source Source

File: src/Proxies/ActionsProxy.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.