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…

<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.3k

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.

29k

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.2k

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.

1.2k

Disable AIOSEO AI Components - Everything (Block + All Extensions)

This snippet will completely disable the block, // shortcut, AI Content tab card, inserter button, and…

<10

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…

<10
1 7 8 9 10 11 23