wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



network_sites_updated_message_{$action} › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' )
Paramètres:
  • (string) $msg The update message. Default 'Settings saved'.
    Requis: Oui
Défini(e) dans:
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.' ) );