network_admin_edit_{$action} WordPress Action Hook
This hook is called when a network administrator edits a user. It allows you to perform custom actions when this happens.
do_action( "network_admin_edit_{$action}" ) #
Fires the requested handler action.
Contents
Description
The dynamic portion of the hook name, $action, refers to the name of the requested action derived from the GET request.
Source
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |