Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i


Boone Gorges
Keymaster

@boonebgorges

Make sure that when using the Group Extension API, you change the class name and the name of the init method to match the name in bp_register_group_extension() call at the end. So, in the file that you sent me, since you say bp_register_group_extension( ‘New_Tab’ ), make sure that at the beginning of the file you have class New_Tab extends BP_Group_Extension and function New_Tab.

Skip to toolbar