Search results for: disable
Disable Dynamic Template on the Homepage/Front-page
The following snippet can be used to remove the dynamic template assigned to all pages from…
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
WP Simple Pay: Disable Stripe Payment Terms
Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…
Disable Order Receipt Email Optimizations
In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…
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 Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Disable Widget Blocks (use Classic Widgets)
Use the classic interface instead of Blocks to manage Widgets.
Disable Login Screen Language Switcher
Hide the Language Switcher on the default WordPress login screen.
Disable Author Archive
A small Code that disable the WordPress Author Archive and redirect to the Homepage
Disable Lazy Load
Prevent WordPress from adding the lazy-load attribute to all images and iframes.
Disable AIOSEO AI Components - Everything (Block + All Extensions)
This snippet will completely disable the block, // shortcut, AI Content tab card, inserter button, and…
Disable New User Notifications
Disable the new user notification email for both the admin and user
Leave Tasty recipe ratings with WP-PostRatings
The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…