wpseek.com
A WordPress-centric search engine for devs and theme authors



network_sites_updated_message_{$action} › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' )
Parameters:
  • (string) $msg The update message. Default 'Settings saved'.
    Required: Yes
Defined at:
Codex:

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.





Source

$msg = apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' ) );