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
    			$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)