network_admin_edit_{$_GET[‘action’]} WordPress Action Hook

The network_admin_edit_{$_GET['action']} action hook is triggered when a network administrator editing a site.

do_action( "network_admin_edit_{$_GET['action']}" ) #

Fires the requested handler action.


Description

The dynamic portion of the hook name, $_GET['action'], refers to the name of the requested action.


Top ↑

Source

File: wp-admin/network/edit.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.1.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.