Search results for: disable
Disable Shortcode Parsing in All in One SEO
This filter can be used to prevent AIOSEO from parsing shortcodes.
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.
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
WPForms — Quantity-Aware Form Locker Inventory
Use the Form Locker's Total Entry Limit as an inventory for product items, ensuring that you…
Disable WordPress auto-update emails (plugins/themes/core)
// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…