network_sites_updated_message_{$action} WordPress Filter Hook
The {$action} hook is called when a user updates their network site.
apply_filters( "network_sites_updated_message_{$action}", string $msg ) #
Filters a specific, non-default, site-updated message in the Network admin.
Description
The dynamic portion of the hook name, $action
, refers to the non-default site update action.
Parameters
- $msg
(string)The update message. Default 'Settings saved'.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |