Search
 
SCRIPT & CODE EXAMPLE
 

PHP

disable gutenberg editor wordpress functions.php

// add to functions.php

// disable for posts
add_filter('use_block_editor_for_post', '__return_false', 10);

// disable for post types
add_filter('use_block_editor_for_post_type', '__return_false', 10);
Comment

PREVIOUS NEXT
Code Example
Php :: enqueue wordpress 
Php :: php post self 
Php :: laravel redirect external url 
Php :: disable admin bar wordpress 
Php :: laravel make directory if not exists 
Php :: php connect to postgresql 
Php :: wordpress get post id 
Php :: laravel env pgsql 
Php :: php code to convert to small letter 
Php :: laravel carbon get year number 
Php :: confirm before submit form php 
Php :: date_default_timezone_set for india in php laravel 
Php :: hide .php from url .htaccess 
Php :: utf8 encode php 
Php :: get current term id 
Php :: laravel 9 route controller group 
Php :: php ellipsis 
Php :: styling not working in laravel breeze 
Php :: show php modules installed 
Php :: get user ip laravel 
Php :: php timezone for manila 
Php :: laravel collection flatten 
Php :: codeigniter db where between 
Php :: max execution time exceeded php 
Php :: string to float php 
Php :: php mysql create table 
Php :: how get all files name in one folder in laravel 
Php :: php artisan migrate reset 
Php :: php convert unix time to date 
Php :: wait php 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =