block_editor_no_javascript_message

最后更新于:2021-11-25 21:37:22

apply_filters( ‘block_editor_no_javascript_message’, string $message, GC_Post $post )

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

参数

$message

(string)
The message being displayed.

$post

(GC_Post)
The post being edited.

源文件

文件: gc-admin/edit-form-blocks.php

View on Trac