WPDev.one
Filter Hook

block_editor_no_javascript_message

apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed )

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

Parameters 0 required

Name / Type Description
$message
mixed

No description available.

$post
mixed

No description available.

$installed
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/edit-form-blocks.php
Advertisement