Force downloadable checkbox to be checked on the vendor product editor

/** * Force downloadable checkbox to be checked using MutationObserver */ function force_downloadable_checkbox_checked() { ?>

Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

eKrea

E-commerce et création

Enable 'Quanity' label in woocommerce

add_action( 'woocommerce_before_add_to_cart_quantity', 'bbloomer_echo_qty_front_add_cart' ); function bbloomer_echo_qty_front_add_cart() { global $product; if ( $product->get_min_purchase_quantity() == $product->get_max_purchase_quantity() ) return;…

Fix Wholesale Product Visibility Compatibility with Bricks Page Builder

What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…

Tiered Affiliate Rates -- Per-Group Tier Structures

Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…

Google Ads

Google AdSense Short code insert

Tomos Shah-Howells
<10

Display Only Selected Countries on the Vendor Registration Form

Streamline your registration form by showing only selected countries or remove others from the registration form…

Donation Fee Calculation

/** * 2. Calculate the exact Stripe Fee (2.9% + .30) if "Yes" is selected */…

AffiliateWP - Force Query String Format for Affiliate Deep Links

Fixes redirect loops caused by AffiliateWP's pretty deep link format (/page/ref/username/) conflicting with WooCommerce or custom…

Custom Restriction: Category-Specific Subtotal

Before saving the snippet, please update the three variables at the top of the function to…

1 4 5 6 7 8 18