Search results for: disable
Disable default WordPress image sizes
// Disable default WordPress image sizes add_filter('intermediate_image_sizes', '__return_empty_array'); // Disable large scaled image size add_filter('big_image_size_threshold', '__return_false');…
Disable Automatic Updates
Use this snippet to completely disable automatic updates on your website.
Disable WordPress REST API
Easily disable the WP REST API on your website with this snippet.
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);…
Disable Enter Key in WPForms
Disables the Enter key for all forms created with WPForms.
Disable PayPal for Multi-Item Checkout
Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…
Open graph
fix
Disable the "grab image" setting for Divi on checkout
If the checkout page does not have a featured image, and the "grab first post image"…
Prevent AIOSEO From Rewriting Term Title
This snippet can be used to prevent AIOSEO from rewriting term titles.
Disable Admin Notices WordPress
Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.
Prevent AlOSEO from outputting any data on term pages
This snippet can be used to prevent AlOSEO from outputting any data on term pages
MemberPress: Disable Admin Password Lost/Changed Email
Disable the MemberPress Admin email notification for password lost/changed.
Disable the Email Address Suggestion
Disables email address suggestion in the Email field.
Disabling Past Times on the Date / Time Field
This snippet disables past times on the Time Picker field in WPForms.