Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wordpress deactivate widgets gutenberg

// Add to your functions.php theme file:

// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false', 100 );
// Disables the block editor from managing widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );
Comment

PREVIOUS NEXT
Code Example
Php :: moodle get course image 
Php :: laravel query foreach 
Php :: drop column table in migration if exist in laravel 
Php :: show image laravel 
Php :: phpspreadsheet CellProtection 
Php :: laravel when condition 
Php :: laravel blade foreach index value 
Php :: laravel foreign 
Php :: php remove non utf-8 characters 
Php :: php check if multiple inputs are empty 
Php :: laravel route param blade 
Php :: woocommerce after order been placed hook 
Php :: php redirect with query string 
Php :: wordpress reserved image size name 
Php :: date format with t and z php 
Php :: wherehas laravel search 
Php :: file_put_contents error in laravel 
Php :: php array_walk 
Php :: php check if checkbox isset 
Php :: Termlaravel validation exists array data 
Php :: pdf watermark dengan laravel 
Php :: get recoed between two datetime laravel 
Php :: custom autoload without composer php psr4 
Php :: php unique associative array by value 
Php :: laravel update query builder 
Php :: upload images php mysql 
Php :: php increment and decrement 
Php :: ci constructor 
Php :: php null 
Php :: Laravel migrations custom foreign key 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =