wpseek.com
A WordPress-centric search engine for devs and theme authors



site_editor_no_javascript_message › WordPress Filter Hooks

Since6.3.0
Deprecatedn/a
apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' )
Parameters: (2)
  • (string) $message The message being displayed.
    Required: Yes
  • (WP_Post) $post The post being edited.
    Required: Yes
Defined at:
Codex:

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





Source

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