Tuesday, June 6, 2023

WordPress Knowledge Base
< All Topics
Print

Woffice: How to hide BuddyPress Groups Menu Link

Adding the following line to the WOffice child theme’s functions.php worked for me

add_filter('woffice_groups_personal_li', '__return_false');
Table of Contents