Search results for: disable

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

Disable RSS Feeds

Turn off the WordPress RSS Feeds for your website with 1 click.

5.0k

Disable Auto-generated Image Sizes

When we upload any media, WordPress automatically generates other extra sizes of it. It may eat…

Disable Product delete for published products only

/** * This will disable delete only for published products, leaving drafts to be able to…

Disable a Form Field to Prevent User Input

This snippet will render any Single Line Text or Paragraph Text field as read-only which will…

<10

Disable Automatic Updates

Use this snippet to completely disable automatic updates on your website.

8.1k

AIO Dashboard

Suport for AIO SEO dashboard

Disable recurring renewal notices for specific download

Allows renewal notice emails to be disabled for subscriptions including a certain download.

Disable Automatic Updates Emails (copy)

Stop getting emails about automatic updates on your WordPress site.

Disable Automatic Updates Emails

Stop getting emails about automatic updates on your WordPress site.

14k

Disable PayPal for Multi-Item Checkout

Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…

Disable WordPress REST API

Easily disable the WP REST API on your website with this snippet.

6.1k

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);…

1 2 3 11