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

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


Description Description

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


Parameters Parameters

$msg

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


Top ↑

Source Source

File: wp-admin/network/sites.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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