Search results for: disable

Disable Shortcode Parsing in All in One SEO

This filter can be used to prevent AIOSEO from parsing shortcodes.

100+

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

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…

<10

Disable Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

<10

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.

2.4k

Disable wlwmanifest link

Prevent WordPress from adding the Windows Live Writer manifest link to your pages.

1.9k

Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

31k

Disable Widget Blocks (use Classic Widgets)

Use the classic interface instead of Blocks to manage Widgets.

17k

Disable Login Screen Language Switcher

Hide the Language Switcher on the default WordPress login screen.

5.3k

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…

Ralden Souza PRO
<10

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',…

1 7 8 9 10 11 25