Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,001
- How-to & Troubleshooting
- 129,539
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,788
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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.