Description
Filters whether to redirect the request to the User Admin in Multisite.
Occurrences
Filename | Line Number |
---|---|
wp-admin/user/admin.php | 28 |
Parameters
Type | Name | Description |
---|---|---|
bool | $redirect_user_admin_request | Whether the request should be redirected. |
PHP Doc
/**
* Filters whether to redirect the request to the User Admin in Multisite.
*
* @since 3.2.0
*
* @param bool $redirect_user_admin_request Whether the request should be redirected.
*/