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

Remove tags Contact Form 7

Remove tags from the forms in the frontend

Remove "p" tags Contact Form 7

Remove tags from the forms in the frontend

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

Disable Widgets blocks

//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );