WP Simple Pay: Remove Payment Page Compatibility Mode

Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

WP Simple Pay: Stripe Checkout - Subscription Confirmation

Ensure Customer Subscriptions are available in the payment confirmation data.

FES Login Form Redirect

Add a new tab to the Frontend Submissions vendor dashboard menu.

Main Base Twitter Pixel

Main Base Twitter Pixel

Anthony Pellino
<10

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

Displaying WPForms Pro on Quiz and Survey Master Results Pages

This code snippet will ensure WPForms Pro forms displays properly on QSM results pages.

<10

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(…

1 44 45 46 47 48 124