Search
 
SCRIPT & CODE EXAMPLE
 

PHP

disable block editor on widget section wordpress

// 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 :: upppercase php 
Php :: seconds to days hours minutes seconds php 
Php :: laravel inverse seeder 
Php :: php remove 1 day from date 
Php :: wp_query post count 
Php :: php serialize 
Php :: how to one increment after post in laravel collective 
Php :: get only date in laravel 
Php :: Remove all attributes from HTML tags in PHP 
Php :: how to install dompdf in laravel 
Php :: php timestamp format 
Php :: set image asset path in laravel 
Php :: laravel print query with parameters 
Php :: laravel cmd command to watch logs 
Php :: wordpress get child posts 
Php :: time zone set in codeigniter 
Php :: array_search 
Php :: alter mysql 8 user root phpmyadmin first install 
Php :: get domain name laravel 
Php :: php time difference in hours 
Php :: open php tag 
Php :: ucfirst meaning in php 
Php :: slp price php 
Php :: wp get acf category in post 
Php :: lumen generate app key 
Php :: In excel.php line 164: Class "MaatwebsiteExcelExcel" not found 
Php :: how to update radio button value in database using php 
Php :: php get text from html 
Php :: Fatal error: Cannot redeclare 
Php :: laravel sort by numbers 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =