Filters the message displayed in the block editor interface when JavaScript is not enabled in the browser.
Parameters
$message
string- The message being displayed.
$post
WP_Post- The post being edited.
$installed
bool- Whether the classic editor is installed.
Source
$message = apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed );
User Contributed Notes
You must log in before being able to contribute a note or feedback.