wpseek.com
WordPress开发者和主题制作者的搜索引擎



block_editor_no_javascript_message › WordPress过滤钩子

Since6.4.0
已弃用n/a
apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed )
参数: (3)
  • (string) $message The message being displayed.
    Required: Yes
  • (WP_Post) $post The post being edited.
    Required: Yes
  • (bool) $installed Whether the classic editor is installed.
    Required: Yes
定义在:
文档:

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





源码

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