Search results for: disable

MemberPress: Disable MemberPress Password Lost/Changed Email

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

Disable PayPal for Multi-Item Checkout

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

Disable SEO News Dashboard Widget

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

<10

Disabling Past Times on the Date / Time Field

This snippet disables past times on the Time Picker field in WPForms.

<10

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.

200+

Disable Thumbnail Image Sizes

Prevent WordPress from generating specific thumbnail sizes.

400+

Disable Donations After Goal Is Reached

Disables donations to campaigns after they have reached their goal.

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Disable Emojis

Disable Emoji's in WordPress to improve your site's performance

3.1k

Completely Disable Comments

Disable comments for all post types, in the admin and the frontend.

3.7k

Disable AIOSEO Admin Menu Bar

This filter can be used to Disable AIOSEO Admin Menu Bar.

30+

Disable WooCommerce widgets on vendor store pages

/** * Remove widgets from the vendor store and single product pages conditionally. * * You…

Disable Wordpress image compression

// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…

<10

Disable Wish Lists by Category

Customize this plugin to remove wish lists from certain categories of downloads

1 2 3 4 5 17