FAQ - Hook: php_rss

Hook: php_rss

3799


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

For example:

if ($displayRSS) { echo "My RSS: ".$displayRSS; }

if you like to include a file:

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