Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,004
- How-to & Troubleshooting
- 129,612
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,173
-
the 4th parameter in this case i needed, because you’ve to declare how many parameters can be used
don’t use global $group_obj!
function my_function() {
global $group_obj;
}
if the plugin is not in mu-plugins it will not work…
paste here your code to receive help..