WPDev.one
Filter Hook

network_sites_updated_message_{$action}

apply_filters( 'network_sites_updated_message_{$action}', __('Settings saved.') )

Filters a specific, non-default, site-updated message in the Network admin. The dynamic portion of the hook name, `$action`, refers to the non-default site update action.

Parameters 0 required

Name / Type Description
__('Settings saved.')
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/network/sites.php
Advertisement