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.


Description

This hook fires on multiple screens in the Multisite Network Admin, including Users, Network Settings, and Site Settings.


Top ↑

Source

File: wp-admin/network/edit.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

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.