bbp_get_forum_content

bbp_get_forum_content

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_content') is found 1 times:

  • /includes/forums/template.php line 451
     
    		$content = get_post_field( 'post_content', $forum_id );
    
    		// Filter & return
    		return apply_filters( 'bbp_get_forum_content', $content, $forum_id );
    	}
    
    /**
     * Allow forum rows to have administrative actions
     *
     * @since 2.1.0 bbPress (r3653)