\TriTan\Interfaces\HooksApplyFilterRefArrayHookInterface

Summary

Methods
Constants
applyFilterRefArray()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

applyFilterRefArray()

applyFilterRefArray(string  $tag, array  $args) : mixed

Execute functions/methods hooked on a specific filter hook, specifying arguments in an array.

Parameters

string $tag

The name of the filter hook.

array $args

The arguments supplied to the functions/methods hooked to $tag

Returns

mixed —

The filtered value after all hooked functions/methods are applied to it.