bbp_remove_caps

bbp_remove_caps

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_remove_caps') is found 1 times:

  • /includes/core/capabilities.php line 244
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
                $role->remove_cap( $cap );
            }
        }
     
        do_action( 'bbp_remove_caps' );
    }
     
    /**
     * Get the available roles, minus the dynamic roles that come with bbPress
     *
     * @since 2.4.0 bbPress (r5064)