apply_filters( "network_sites_updated_message_{$_GET[‘updated’]}", string $msg )

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

File: wp-admin/network/sites.php.

View all references

$msg = __( "Sites deleted." );

Leave a Reply

Your email address will not be published. Required fields are marked *