wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



network_sites_updated_message_{$action} › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' )
Parameter:
  • (string) $msg The update message. Default 'Settings saved'.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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