start Close
om{{id}}.startClose();
Remove Specific Campaign Based on the Referral URL- v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Gravitar Fix
add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…
GravityForms_DIR_AB_ACF - Gravity Forms & Feeds ACF Fields
* Description: Registers ACF fields for form and feed data + notification/confirmation content * Location: Run…
reunik1
increase limit
Property Type Conditional Search Fields
jQuery(document).ready(function($) { // ============================================ // FIELD VISIBILITY BASED ON PROPERTY TYPE // ============================================ // All conditional…
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
Hide social login from checkout
Good for when you are using it elsewhere on your website and do not want it…
Weighted download count
This plugin makes it so that certain products use up more downloads in the download counter…
Price Option Not Checked
Prevent variable pricing options from being checked by default
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Use Billing Address in Order Exports
add_filter( 'wcv_export_orders_use_shipping_address', 'wcv_order_export_use_shipping_address' ); function wcv_order_export_use_shipping_address( ){ return false;