Search results for: disable

MemberPress: Disable Emails for Specific Memberships

The code snippet will disable emails from being sent based on the text matching a membership…

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.

20k

Disable Automatic Updates

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

Disable the space key with the special CSS class

This code snippet disables the space key. When a user presses the space key in these…

<10

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 recurring renewal notices for specific download

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

Disable PayPal for Multi-Item Checkout

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

Prevent AlOSEO from outputting any data on term pages

This snippet can be used to prevent AlOSEO from outputting any data on term pages

<10

Disable WordPress REST API

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

7.9k

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

MemberPress: Disable MemberPress Password Lost/Changed Email

Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.

Disable Enter Key in WPForms

Disables the Enter key for all forms created with WPForms.

70+

Disable SEO News Dashboard Widget

This filter can be used to Disable SEO News Dashboard Widget.

<10
1 2 3 4 16