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.
Contents
Description
The dynamic portion of the hook name, $_GET['action'], refers to the name of the requested action.
Source
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |