Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/network/sites.php | apply_filters | 352 | /** * 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. * * @since 3.1.0 * * @param string $msg The update message. Default 'Settings saved'. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $msg | The update message. Default 'Settings saved'. |