Search results for: disable
Disable jQuery Migrate
Prevent loading the jQuery Migrate script in the frontend.
Disable delayed customer recalculations
In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…
Disable Categories and Tags
Disable the default taxonomies for Posts (Categories, Tags).
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Disable Self Pingbacks
Prevent WordPress from automatically creating pingbacks from your own site.
Disable wlwmanifest link
Prevent WordPress from adding the Windows Live Writer manifest link to your pages.
Disable Widget Blocks (use Classic Widgets)
Use the classic interface instead of Blocks to manage Widgets.
Remove Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Disable Login Screen Language Switcher
Hide the Language Switcher on the default WordPress login screen.
How to Disable Comments on Event Posts? | Quick Event Manager
This code snippet is designed to automatically disable comments for event post types generated via the…
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
Disable Gutenberg Code Editing for Non-Admin Users
Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.
Disable RSS Feed Links
Remove head links to RSS Feeds from all the pages on your site.
Disable Legacy CSS
Stop loading styles for recent comments and classic gallery shortcode.