Topics

Function ipFilter()

ipFilter — Filter data

Description:

mixed ipFilter ( string $event , mixed $value , [ array $data ] )

Filter data Fires an event for transforming a value.

Package: ImpressPages

Parameters:

string $event Filter name, e.g. "MyPlugin_myFilter".
mixed $value Value to filter.
array $data = array() Context array.

Return values:

mixed Filtered value.

See also

comments powered by Disqus