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.8k

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 Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

<10

Disable AIOSEO Schema markups for a specific page

This snippet removes the AIOSEO Schema Markups from a specific page. Note: Replace '1209' with the…

20+

Disable All Updates

Hide all updates for WordPress Core, Plugins and Themes.

10+

Disable Update Emails

// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…

MemberPress: Disable Address Fields for a Specific Membership

Note: This code will not work if ReadyLaunch™ is enabled on the registration page. The code…

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…

90+

Disable Automatic Updates

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

9.3k

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.

1 2 3 14