wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



network_sites_updated_message_{$action} › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( "network_sites_updated_message_{$action}", __( 'Settings saved.' )
Parametry:
  • (string) $msg The update message. Default 'Settings saved'.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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