WP Mail SMTP: specify an exact AuthType to connect to a Server.

Some SMTP servers require a very specific AuthType to connect to them in order to send…

storyworlddigital

Digital StoryWorld Digital StoryWorld Inicio Historias Recursos Sobre Contacto Bienvenidos a Digital StoryWorld Un espacio educativo…

Shop Manager - View Only.js

Creates a Shop Manager - View Only role that can view the backend, but cannot edit…

product data tabs

/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…

Carla Mawyin
<10

Lawyer in Martin County – LegalService Schema

Site-wide JSON-LD schema identifying Lawyer in Martin County as a LegalService providing car accident and personal…

Juan Cordero PRO
<10

Add the "input hidden" field type to the EDD settings

Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…

Untitled Snippet

PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie…

Disallow Store Credit When There Is an Active Coupon in the Cart

- When you apply coupon first, once the cart refreshes, the Store Credit field will be…

Opening booking resources editor in new tab

This snippet will open the booking resources editor in a new tab instead of opening it…

Override the commission calculation priority order

/** * Given the provided list of vendor_ids in the vendors array, override the commission to…

Fix 500 Internal Server Error

A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…

Disable Gutenberg Editor (use Classic Editor)

add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);

<10

How to Allow Upload SVG Files in WordPress Media Library Code | Function.php

This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…

1 127 128 129 130 131 217