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.


Top ↑

Parameters

$msg

(string)The update message. Default 'Settings saved'.


Top ↑

Source

File: wp-admin/network/sites.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.