Untitled Snippet

peter zatopek
<10

Disallow point redemption if cart has subscription product.

This snippet will remove the point redemption option if the cart has a subscription product

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

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Untitled Snippet

HTML5

Marketing Manager
<10

Add duplicate link to admin bar menu

Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…

<10

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

Pinterest

file:///Users/severenhenderson/Downloads/pinterest-b4939.html

Severen Henderson
<10

om-vue.js

// Using Vue Router. import Vue from 'vue'; import Router from 'vue-router'; Vue.use(Router); const router =…

gistfile1.txt

document.addEventListener('om.Campaign.afterShow', function(event) { if (event.detail.Campaign.id == 'zjd3hxxogbfvmy2iz0rp') // your slug { var campaignID = 'om-'+ event.detail.Campaign.id;…

1 109 110 111 112 113 125