Vannkorn

Full Stack Web Developer

Close

Disable Block Editor in WordPress admin

Hide Block Editor in the WordPress admin to boost page loading time.

Ads: Register now via this link to receive $300 credit from Vultr

When using ACF for the whole WordPress website, it’s important to disable the Block Editor to reduce page loading time in the WordPress admin.

To disable the Block Editor in the WordPress admin, simply add this filter function in the functions.php file:

add_filter( 'use_block_editor_for_post', '__return_false' );

Leave a Reply

Your email address will not be published. Required fields are marked *