Lost all bbpress roles
-
Hi,
Thank for the plugin.Durning test plugin, when i deactive bbpress, i used delete bbpress roles and clean up roles by code bellow:
$wp_roles = new WP_Roles();
$wp_roles->remove_role(“bbp_keymaster”);
$wp_roles->remove_role(“bbp_moderator”);
$wp_roles->remove_role(“bbp_participant”);
$wp_roles->remove_role(“bbp_spectator”);
$wp_roles->remove_role(“bbp_blocked”);After all done build web, i come back to use bbpress now. But i found that i get lost all bbpress roles that can not cover back (beacuse i used code bellow in last 1 months)
Now do do i retore bbpress roles ?
Thanks
- You must be logged in to reply to this topic.