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



site_editor_no_javascript_message › WordPress Filter Hooks

Da6.3.0
Deprecaton/a
apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' )
Parametri: (2)
  • (string) $message The message being displayed.
    Richiesto:
  • (WP_Post) $post The post being edited.
    Richiesto:
Definito a:
Codex:

Filters the message displayed in the site editor interface when JavaScript is not enabled in the browser.





Sorgenti

$message = apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' ), $post );