5
Snippets
<10
Favourites
<10
Downloads
Add column Product type in WooCommerce
Add a column in the product list to differentiate the type of product
<10
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
<10
Disable Widgets blocks
//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );
<10