MST Case Container Initiate Case
* Called by Uncanny Automator via "Call a custom function/method" action * When Form 269 (MST…
MemberPress: Remove Accordion from Courses
Use this snippet if you would like to remove the accordion CSS and JS from the…
Untitled Snippet
LiceLicense key NB43HKACOWMY7PCUB se key
Require a comments with rating
Return the number of the rating that should not require a comment.
Download count shortcode
Add download count shortcode with ID and Offset attributes
Overlay png on background
Overlay a Transparent PNG on a JPG Background Background Preview: Overlay Preview: Upload Background (.jpg): Upload…
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Tiered Affiliate Rates -- Per-Group Tier Structures
Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…
WWPP & WPML: bulk sync wholesale prices to translated products
Please review the following before using this solution: 1. This is a custom snippet provided as-is,…
ACFW - Fraud prevention on one-time coupons
add_action( 'woocommerce_checkout_process', function() { $coupon_code = 'your_coupon_code'; $billing_phone = wc_clean( wp_unslash( $_POST['billing_phone'] ?? '' ) );…
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…