Filters a specific, non-default site-updated message in the Network admin.
Description
The dynamic portion of the hook name, $_GET['updated']
, refers to the non-default site update action.
Parameters
$msg
string- The update message. Default ‘Settings saved’.
Source
$action = $_GET['updated'];
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.