Filter hook 'site_editor_no_javascript_message'

in WP Core File wp-admin/site-editor.php at line 176

Description

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

Occurrences

Filename Line Number
wp-admin/site-editor.php 176

Parameters

Type Name Description
string $message The message being displayed.
WP_Post $post The post being edited.

PHP Doc

/**
		 * Filters the message displayed in the site editor interface when JavaScript is
		 * not enabled in the browser.
		 *
		 * @since 6.3.0
		 *
		 * @param string  $message The message being displayed.
		 * @param WP_Post $post    The post being edited.
		 */