wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



network_sites_updated_message_{$action} › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' )
Parametri:
  • (string) $msg The update message. Default 'Settings saved'.
    Richiesto:
Definito a:
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.





Sorgenti

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