apply_filters( “network_sites_updated_message_{$action}”, string $msg )

In this article

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

$msgstring
The update message. Default ‘Settings saved’.

Source

$msg = apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' ) );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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