Search results for: disable

Disable Enter Key in WPForms

Disables the Enter key for all forms created with WPForms.

80+

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 PayPal for Multi-Item Checkout

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

MemberPress: Disable MemberPress Password Lost/Changed Email

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

Disable WordPress REST API

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

9.1k

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

Prevent AIOSEO From Rewriting Term Title

This snippet can be used to prevent AIOSEO from rewriting term titles.

<10

Disable SEO News Dashboard Widget

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

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.

300+

Disabling Past Times on the Date / Time Field

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

10+

Disable Thumbnail Image Sizes

Prevent WordPress from generating specific thumbnail sizes.

600+

Disable WooCommerce widgets on vendor store pages

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

Disable All Admin Notices individually

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

Disable AIOSEO Admin Menu Bar

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

30+
1 2 3 4 5 20