wpmuadminedit WordPress Action Hook
The wpmuadminedit hook is a custom hook that allows you to modify the WordPress admin interface. This hook is fired when the user is editing their profile, and allows you to modify the form fields that are displayed.
do_action( 'wpmuadminedit' ) #
Fires just before the action handler in several Network Admin screens.
Contents
Description
This hook fires on multiple screens in the Multisite Network Admin, including Users, Network Settings, and Site Settings.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |