block_editor_no_javascript_message, $message, $post, $installed
block_editor_no_javascript_message, $message, $post, $installed
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('block_editor_no_javascript_message, $message, $post, $installed') is found 1 times:
- /wp-admin/edit-form-blocks.php line 427
* @param string $message The message being displayed. * @param WP_Post $post The post being edited. * @param bool $installed Whether the classic editor is installed. */ $message = apply_filters( 'block_editor_no_javascript_message', $message, $post, $installed ); wp_admin_notice( $message, array( 'type' => 'error', ) );