Remove ‘type / to choose a block’ placeholder [duplicate]

add_filter( 'write_your_story', function ( $string, $post ){ return ' '; }, 10,2);

Also answered at: https://wordpress.org/support/topic/remove-type-to-choose-a-block-block-placeholder/

Docs: https://developer.wordpress.org/reference/hooks/write_your_story/

tech