Filters the message displayed in the site editor interface when JavaScript is not enabled in the browser.
Parameters
$message
string- The message being displayed.
$post
WP_Post- The post being edited.
Source
$message = apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' ), $post );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.