Skip to:
Content
Pages
Categories
Search
Top
Bottom

Lost all bbpress roles


  • TheDream18
    Participant

    @oanhtran1804

    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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar