disable bbpress code filters if ($shortcode || $markdown){ // revert the code filter changes temporary - allows the use of triple backticks add_filter('bbp_get_reply_content', 'bbp_code_trick_reverse', 0); add_filter('bbp_get_topic_content', 'bbp_code_trick_reverse', 0); } } }