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.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.