AI Verified

Name

Disable Widget Blocks

About

Use the classic interface instead of Blocks to manage Widgets.

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

Standards

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

10/10/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Disable Widget Blocks

 
                    
1add_filter( 'use_widgets_block_editor', '__return_false' );

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Hide Categories

Added: 6 months ago

Last Updated: 6 months ago

General

AI Verified

1

get_relative_permalink

Added: 1 year ago

Last Updated: 9 months ago

refer to https://wordpress.stackexchange.com/questions/63323/get-permalink-without-domain-i-e-get-relative-permalink

General

Unverified

0

Jumping Header

Added: 3 months ago

Last Updated: 3 months ago

Use this code to prevent the jumping header. See this guide https://quadlayers.com/fix-jumping-header-in-divi/#:~:text=When%20you%20apply%20changes%20to,creates%20the%20jumping%20header%20illusion....

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

1

Hide Login Errors in WordPress

Added: 8 months ago

Last Updated: 1 day ago

General

AI Verified

1

Remove Dashboard Welcome Panel

Added: 8 months ago

Last Updated: 1 day ago

Hide the Welcome Panel on the WordPress dashboard for all users.

General

AI Verified

0

Enable Shortcode Execution in Text Widgets

Added: 8 months ago

Last Updated: 8 months ago

Extend the default Text Widget with shortcode execution.