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
    		// 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)