do_action( “network_admin_edit_{$action}” )

In this article

Fires the requested handler action.

Description

The dynamic portion of the hook name, $action, refers to the name of the requested action derived from the GET request.

Source

do_action( "network_admin_edit_{$action}" );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.