User Switching

Easily switch to a Customer when using the User Switching plugin

Limit Purchase Total

Sets a purchase amount and prevents customers from purchasing more than that amount at one time.

Disable Wish Lists by Category

Customize this plugin to remove wish lists from certain categories of downloads

Remove Product Notes For All Downloads

Remove product notes from all downloads. These show on the purchase confirmation page, the admin email…

How to change the store address country for all vendors

/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…

Extra WordPress Filters in Pro (Do something with the price display) | Display Eventbrite Events

Using this filter, you can change the price display. filter: (‘wfea_price_display‘ , $price_display, $min, $max, $currency)…

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Defining General Settings Constants

Every constant in this section can be used for any mailer because they’re not specific to…

Dynamic Monsterlinks by Id

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

om.Campaign.init.preload2

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…

1 46 47 48 49 50 76