string smarty_modifier_pnmodcallhooks(
array $string, [ $modname = ''])
|
|
Smarty modifier to apply transform hooks
This modifier will run the transform hooks that are enabled for the corresponding module (like Autolinks, bbclick and others).
Available parameters:
- modname: The well-known name of the calling module; passed to the hook function
in the extrainfo array
Example
<!--[$MyVar|pnmodcallhooks]-->
Tags:
Parameters
| array |
$string |
the contents to transform |
| |
$modname |
|