WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about enable_edit_any_user_configuration

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php apply_filters 98 /**
* 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.
*
* @since 3.0.0
*
* @param bool $allow Whether to allow editing of any user. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $allow Whether to allow editing of any user. Default true.