wpmuadminresult WordPress Action Hook
The wpmuadminresult hook is a WordPress hook that is called when a user is successfully added as an administrator on a WordPress Multisite installation. This hook can be used to perform any necessary actions when a user is added as an administrator, such as sending an email notification or adding the user to a specific group.
do_action( 'wpmuadminresult' ) #
Fires in the Network Admin ‘Right Now’ dashboard widget just before the user and site search form fields.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |