network_sites_updated_message_{$action}

Advertisement

Summery Summery

Filters a specific, non-default, site-updated message in the Network admin.

Syntax Syntax

apply_filters( "network_sites_updated_message_{$action}", string $msg )

Description Description

The dynamic portion of the hook name, $action, refers to the non-default site update action.

Parameters Parameters

$msg

The update message. Default 'Settings saved'.

Source Source

File: wp-admin/network/sites.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply