<?php add_hook('bb_prepare_post_content','bb_bbcode_collection'); function bb_bbcode_collection($content,$contentData=[]) { $filePath=PLUGINS_PATH.'bulletinboard_bbcode_collection/prepare_data.php'; require_once($filePath); $content=bb_bbcode_collection_prepare_content($content,$contentData); return $content; }
info at phpclasses dot org