block_editor_no_javascript_message

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'block_editor_no_javascript_message', string $message, WP_Post $post )

Parameters Parameters

$message

The message being displayed.

$post

The post being edited.

Source Source

File: wp-admin/edit-form-blocks.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.3 Introduced.

Advertisement

Leave a Reply