add_filter('use_block_editor_for_post_type', 'prefix_disable_gutenberg', 10, 2);
function prefix_disable_gutenberg($current_status, $post_type)
{
// Use your post type key instead of 'product'
if ($post_type === 'product') return false;
return $current_status;
}
Code Example |
---|
Css :: css class for table |
Css :: what is display inline |
Css :: lando expose database port |
Css :: How to make a pixel in css |
Css :: css icons library |
Css :: highchart change font |
Css :: ios prevent scroll css |
Css :: responsive card css |
Css :: CSS The !important |
Css :: before width not working |
Css :: make element fit in vh and vw |
Css :: css pagedList |
Css :: table vertical align center |
Css :: sub menu disappears on hover css |
Css :: add css class c# |
Css :: css responsive tabs |
Css :: css block |
Css :: online animation maker css |
Css :: border-width in percentage |
Css :: animate a position css |
Css :: button style css |
Css :: gradient generator |
Css :: scroll animation css |
Css :: transform translate-x ie11 |
Css :: select tag text align center |
Css :: css background cover y axis |
Css :: ubuntu phantomjs wrong paper size |
Css :: css opacité fond mais pas texte |
Css :: Réglage de constantes PHP |
Css :: float pb |