Rashadul AlamRashadul AlamRashadul Alam
  • Home
  • About Me
  • Blog
    • WP
    • Gadgets
  • Register Domain
  • Shop
Reading: How Do Disable Gutenberg Without Using Plugins
Share
0

No products in the cart.

Notification Show More
Font ResizerAa
Rashadul AlamRashadul Alam
0
Font ResizerAa
  • WP
  • Complaint
  • Advertise
Search
  • Home
  • About Me
  • Blog
    • WP
    • Gadgets
  • Register Domain
  • Shop
Follow US
Copyright © 2014-2023 Ruby Theme Ltd. All Rights Reserved.
Rashadul Alam > Blog > WP > How Do Disable Gutenberg Without Using Plugins
WP

How Do Disable Gutenberg Without Using Plugins

Md Rashadul Alam
By
Rashad - WP Web Developer and SEO
Last updated: May 22, 2025
1 Min Read
How Do Disable Gutenberg Without Using Plugins
How Do Disable Gutenberg Without Using Plugins
SHARE

“Gutenberg” Because of the poor editing experience, not everyone wants to utilize WordPress’s default editor, Gutenberg. Additionally, Gutenberg loads a lot of inline styles and CSS files on the front end, which will slow down the loading of your website. This post will show you how to use basic code without plugins to disable Gutenberg.

// Disable Gutenberg on the back end.
add_filter( ‘use_block_editor_for_post’, ‘__return_false’ );

// Disable Gutenberg for widgets.
add_filter( ‘use_widgets_block_editor’, ‘__return_false’ );

add_action( ‘wp_enqueue_scripts’, function() {
// Remove CSS on the front end.
wp_dequeue_style( ‘wp-block-library’ );

// Remove Gutenberg theme.
wp_dequeue_style( ‘wp-block-library-theme’ );

// Remove inline global CSS on the front end.
wp_dequeue_style( ‘global-styles’ );

// Remove classic-themes CSS for backwards compatibility for button blocks.
wp_dequeue_style( ‘classic-theme-styles’ );
}, 20 );

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.

By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Copy Link Print
Md Rashadul Alam
ByRashad
WP Web Developer and SEO
Follow:
Md Rashadul Alam is a seasoned WordPress developer and SEO specialist based in Dhaka, Bangladesh, with over 10+ years of experience in web design, responsive development, and digital marketing.
Next Article Wordpress Developer In Bangladesh WordPress Developer in Bangladesh | Affordable & Expert Web Solutions
1 Comment
  • A WordPress Commenter says:
    May 21, 2025 at 10:10 am

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

FacebookLike
XFollow
PinterestPin
InstagramFollow

Subscribe Now

Subscribe to our newsletter to get our newest articles instantly!

Most Popular
How Do Wordpress Disable Update Check ?
How do WordPress disable update check ?
May 31, 2025
Wordpress Developer In Bangladesh
WordPress Developer in Bangladesh | Affordable & Expert Web Solutions
May 22, 2025
How Do Disable Gutenberg Without Using Plugins
How Do Disable Gutenberg Without Using Plugins
May 22, 2025

Always Stay Up to Date

Subscribe to our newsletter to get our newest articles instantly!

Rashadul Alam Rashadul Alam

Md Rashadul Alam is a seasoned WordPress developer and SEO specialist based in Dhaka, Bangladesh, with over 10+ years of experience in web design, responsive development, and digital marketing. Read More

Latest News

  • SEO Audit Tool
  • Client ReferralsNew
  • Execution of SEO
  • Reporting Tool

Resouce

  • Google Search Console
  • Google Keyword Planner
  • Google OptimiseHot
  • SEO Spider

Get the Top 10 in Search!

Looking for a trustworthy service to optimize the company website?
Request a Quote
© 2021-2025, Rashadul Alam, All Rights Reserved.
  • Privacy Policy
  • Refund and Returns Policy
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up