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.


Source

File: wp-admin/network/edit.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.