FAQ - Hook: php_tags

Hook: php_tags

3685


Use this hook to execute PHP code in the tags.php file.

For example:

if ($cleanTag) { echo "Your tag: ".$cleanTag; }

if you like to include a file:

APP_PATH.'plugins/yourplugin/file_to_include.php';