wpseek.com
A WordPress-centric search engine for devs and theme authors



block_editor_no_javascript_message › WordPress Filter Hooks

Since6.4.0
Deprecatedn/a
apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed )
Parameters: (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
Defined at:
Codex:

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





Source

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