fabianno0572 (@fabianno0572)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • fabianno0572
    Participant

    @fabianno0572

    Hello,
    Any reply? Have you seen this post?


    fabianno0572
    Participant

    @fabianno0572

    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?

Viewing 2 replies - 1 through 2 (of 2 total)