bbp_get_dynamic_roles

bbp_get_dynamic_roles

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_dynamic_roles') is found 1 times:

  • /includes/core/capabilities.php line 377
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
            $to_array[ $role_id ] = (array) $wp_role;
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_dynamic_roles', $to_array, $roles );
    }
     
    /**
     * Gets a translated role name from a role ID
     *
     * @since 2.3.0 bbPress (r4792)