Remove 'type / to choose a block' placeholder

I'd like to remove the placeholder in an empty block 'type / to choose a block'.

I often have empty spaces in my drafts as I'm writing and this placeholder clutters everything. I'd just like it empty. Is there a way to remove it with a filter?

Topic block-editor Wordpress

Category Web


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/

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.