Search results for: disable
Disable All UpdraftPlus Email Notifications
This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…
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.
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…
Tyler Hall Tech Custom Snippets
All the Goodies
Disable Schema Output for WooCommerce products
This filter can be used to Disable Schema Output for WooCommerce products.
Disable AIOSEO Schema markups for a specific page
This snippet removes the AIOSEO Schema Markups from a specific page. Note: Replace '1209' with the…
Disable All Updates
Hide all updates for WordPress Core, Plugins and Themes.
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…
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…
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 Automatic Updates
Use this snippet to completely disable automatic updates on your website.
Disable a Payment Gateway for a country on WooCommerce Checkout Page
Disable a Payment Gateway for a country on WooCommerce Checkout Page
AIO Dashboard
Suport for AIO SEO dashboard