Filter Hook
View Source on Trac ↗
Filter Hook
enable_edit_any_user_configuration
apply_filters( 'enable_edit_any_user_configuration', true ) Filters whether to allow administrators on Multisite to edit every user. Enabling the user editing form via this filter also hinges on the user holding the 'manage_network_users' cap, and the logged-in user not matching the user profile open for editing. The filter was introduced to replace the EDIT_ANY_USER constant.
Parameters 0 required
| Name / Type | Description |
|---|---|
| true mixed | No description available. |
Return Value
(mixed)
No return value description available.
Hook Information
Source File
wp-admin/user-edit.php
Advertisement