bbp_get_the_content

bbp_get_the_content

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_the_content') is found 1 times:

  • /includes/common/template.php line 1944
    1940
    1941
    1942
    1943
    1944
    1945
    1946
    1947
    1948
    1949
    1950
            // Put the output into a usable variable
            $output = ob_get_clean();
     
            // Filter & return
            return apply_filters( 'bbp_get_the_content', $output, $args, $post_content );
        }
     
    /**
     * Edit TinyMCE plugins to match core behaviour
     *
     * @since 2.3.0 bbPress (r4574)