Search results for: disable
_MK - SECURITY - Disable XML-RPC-API
// Disable XML-RPC add_filter( 'xmlrpc_enabled', '__return_false' ); // Block access to xmlrpc.php via .htaccess equivalent (Apache…
Disable WordPress REST API
Easily disable the WP REST API on your website with this snippet.
Disable PayPal for Multi-Item Checkout
Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…
Disable Enter Key in WPForms
Disables the Enter key for all forms created with WPForms.
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 AlOSEO from outputting any data on term pages
This snippet can be used to prevent AlOSEO from outputting any data on term pages
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.
Disable Admin Notices WordPress
Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…
Prevent AIOSEO From Rewriting Term Title
This snippet can be used to prevent AIOSEO from rewriting term titles.
Disable the "grab image" setting for Divi on checkout
If the checkout page does not have a featured image, and the "grab first post image"…
Open graph
fix
Disable the Email Address Suggestion
Disables email address suggestion in the Email field.
MemberPress: Disable Admin Password Lost/Changed Email
Disable the MemberPress Admin email notification for password lost/changed.
Disable Thumbnail Image Sizes
Prevent WordPress from generating specific thumbnail sizes.
Disable SEO News Dashboard Widget
This filter can be used to Disable SEO News Dashboard Widget.