Filter hook 'block_editor_no_javascript_message'

in WP Core File wp-admin/edit-form-blocks.php at line 357

Description

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

Occurrences

Filename Line Number
wp-admin/edit-form-blocks.php 357

Parameters

Type Name Description
string $message The message being displayed.
WP_Post $post The post being edited.
bool $installed Whether the classic editor is installed.

PHP Doc

/**
		 * Filters the message displayed in the block editor interface when JavaScript is
		 * not enabled in the browser.
		 *
		 * @since 5.0.3
		 * @since 6.4.0 Added `$installed` parameter.
		 *
		 * @param string  $message   The message being displayed.
		 * @param WP_Post $post      The post being edited.
		 * @param bool    $installed Whether the classic editor is installed.
		 */