Hello,
Any reply? Have you seen this post?
Hi, May I know where can I get Function.php file? I couldn’t find it. And is it necessary to paste the code below into the file?
function jm_bbp_shortcodes( $content, $reply_id ) {
return video( $content );
}
add_filter(‘bbp_get_reply_content’, ‘jm_bbp_shortcodes’, 10, 2);
add_filter(‘bbp_get_topic_content’, ‘jm_bbp_shortcodes’, 10, 2);
This post happened 2 years ago. Is there anything new that I need to do?