Search results for: disable

Disable XML-RPC (copy)

On sites running WordPress 3.5+, disable XML-RPC completely.

MemberPress: Disable Comments for Courses, Lessons, Quizzes, and Assignments

The code snippet will disable comments on all MemberPress Courses custom post types: courses, lessons, quizzes,…

WP Simple Pay: Disable Stripe Payment Terms

Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…

Disable Inspector Tabs

Revert having a separate tab for block styles.

40+

Disable Tasty Pins on the homepage and the blog page

This snippet will disable the Tasty Pins on the homepage and the blog page

<10

Disable Order Receipt Email Optimizations

In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…

Disable Smooth Scrolling in Tasty Recipes

This snippet disables the smooth scrolling in Tasty Recipes

<10

Remove Google Fonts (non-Elementor)

function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );

Disable WordPress 6.5 Font Library

Deactivate the font library feature added in WordPress 6.5.

300+

Disable New User Notifications

Prevent the admin user from getting new user notification emails.

900+

Disable WP Texturize

// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );

Disable Widgets blocks

//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );

Disable Shortcode Parsing in All in One SEO

This filter can be used to prevent AIOSEO from parsing shortcodes.

100+

MemberPress: Disable Unauthorized Redirection on a Specific Page or Post

Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…

Disable Dynamic Template on the Homepage/Front-page

The following snippet can be used to remove the dynamic template assigned to all pages from…

1 5 6 7 8 9 20