MemberPress: Remove Accordion from Courses
Use this snippet if you would like to remove the accordion CSS and JS from the…
Registro de Widget Personalizado - Lista Dinámica ACF
¿Qué hace? A diferencia del listado estándar, este widget se alimenta automáticamente de campos repetidores de…
Require a comments with rating
Return the number of the rating that should not require a comment.
CSS snipett
/* ===== VCLIP MEDIA CLONE - GLOBAL STYLES ===== */ :root { --primary: #2D5BE3; --primary-dark: #1A48C1;…
ANDRITZ Navigation Panels
document.addEventListener("DOMContentLoaded", function () { const triggers = document.querySelectorAll(".bp-andritz-utility"); const panels = document.querySelectorAll(".bp-andritz-panel"); const closes = document.querySelectorAll(".bp-andritz-close");…
Download count shortcode
Add download count shortcode with ID and Offset attributes
Gaurded Pay FAQ
Answers questions before checkout
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Restrict Coupons by Shipping Methods
To find your exact shipping method IDs, you can use either of these quick methods: 1.…
Untitled Snippet
Connect to site google
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…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…