Search results for: disable

Remove "mail.readwrite" Scope for the Outlook Mailer

This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.

Disable Wish Lists by Category

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

Disable emails on free purchases

If the purchase was for a free product, don't send any emails.

Disable Wordpress image compression

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

Disable Donations After Goal Is Reached

Disables donations to campaigns after they have reached their goal.

Disable Emojis

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

3.3k

Completely Disable Comments

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

4.1k

Remove title on all pages for Hello Theme

By default Hello theme displays page title at the top of every page. While you can…

MemberPress: Disable the Default WordPress Password Reset Link E-Mail

If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…

Disable the Last Updated Date in Index/Root XML Sitemap

This filter can be used to disable the Last Updated date that All in One SEO…

10+

MemberPress: Disable MemberPress Protection On Multiple Specified Pages

This snippet allows disabling the MemberPress protection (unprotect) on multiple specified pages. The code snippets overrides…

MemberPress: Disable MemberPress Protection On Specific Page

This snippet allows disabling the MemberPress protection (unprotect) on a specific page. The code snippets overrides…

MemberPress: Disable MemberPress Protection Based on Custom Post Type And Tag

This code snippet disables content protection for specific post types that are also tagged with a…

MemberPress: Disable MemberPress Protection On Posts with Specific Tags

This code snippet disables content protection for posts that are tagged with a specific term (e.g.,…

1 2 3 4 5 6 19