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…

Defining Mailgun Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Open All Internal and External Link in New Tab in Wordpress

Open All Internal and External Link in New Tab in Wordpress

slide-top-center.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…

Integración de eventos del datalayer en Clarity

Enviar de manera automatica todos los eventos del datalayer a Microsoft Clarity

1 47 48 49 50 51 125