Hide WordPress Content Editor Panel Using ACF

Get FREE Marketing Guides & Templates

Add the code snippet below into your functions.php file to hide the default WordPress content meta box.

Source

/**
 * Hide the Page and Post Content Editor - Gutenberg
 */
add_action( 'init', function() {
	// remove_post_type_support( 'post', 'editor' );
	remove_post_type_support( 'page', 'editor' );
}, 99);


Written by: Jake Lett
I share digital marketing tips and HubSpot tutorials to help marketers and business owners grow their business.

Topic:

Related posts

Tags:

Want to Get Email Updates of New Articles?

Join My Email Newsletter