WPForms: add BCC email header to notification emails
Check the snippet code to apply to all/some form only, plus you will need to modify…
ACF option field shortcode
function acf_option_field_shortcode( $atts ) { // Definimos los atributos por defecto (solo necesitamos 'field') $atts =…
Disable Automatic Updates Emails (copy)
Stop getting emails about automatic updates on your WordPress site.
Roles.php
Create and Assign Customer Roles
Force Minimum Password Length in Profile Editor
Verify password minimum length in the EDD profile editor.
TICKET NUMBER
/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…
Guard Pay Diagnostic Tool
/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…
Give Subscription on Purchase
This snippet will provide customers with one year of access to subscription content when they make…
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
Shipping label template
/** * The template for displaying the shipping label * * Override this template by copying…
MemberPress: MailChimp Feed Unblocker
Allows MailChimp feed through the MemberPress rules protections. First, go into your MailChimp RSS setting and…
Woocommerce category archive sort products by date by default
Change the name of the category (in this e.g. gramatas). Now it will show newest products…
AstraFormatFix
add_filter( 'astra_v4_block_editor_compat', "__return_true" );