Force Minimum Password Length in Profile Editor

Verify password minimum length in the EDD profile editor.

Give Subscription on Purchase

This snippet will provide customers with one year of access to subscription content when they make…

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Add CSS classes to apply for vendor label

/** * Add CSS class to apply for vendor label in a registration * * @param…

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

Class Clashes | Display Eventbrite Events

We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…

Remove Unwanted Events | Display Eventbrite Events

Sometimes it is simplest to resort to code if you want to remove something from the…

Cores especificas para cada status do posts/pages

/*----------------------------------------------- Distinto color segun estado de entrada -----------------------------------------------*/ function posts_status_color() { ?>

Add a single Order export field with all Shipping address details

function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…

<10

Untitled Snippet

name: Update lists on: schedule: - cron: '0 0,12 * * *' # At 00:00 and…

Fix the InvalidInternetMessageHeader Error in Outlook

This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…

Update FES Vendor/Seller profile link

Update a specific Seller profile link to a custom one

om-js-events-ga-impression.js

// OptinMonster Javascript Event for Google Analytics Impression Event document.addEventListener( 'om.GoogleAnalytics.preImpressionEvent', function( event ) { var…

1 83 84 85 86 87 124