#158527
 fabianno0572
Participant

I would appreciate if you could enter this link to understand what is the whole thing.

Please look at the attached image first before my question below.

My question is :
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);

The post in the forum happened 2 years ago. Is there anything new that I need to do?

Log in with your credentials

Forgot your details?