Search results for: disable

Disable Posts Post Type

This snippet hides the default Posts post type from the WordPress admin

<10

Allow Admin Access

Enables access for logged in users who do not have certain permissions.

Leave Tasty recipe ratings with WP-PostRatings

The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…

<10

Disable New User Notifications

Disable the new user notification email for both the admin and user

Disable Lazy Load

Prevent WordPress from adding the lazy-load attribute to all images and iframes.

1.1k

Disable Author Archive

A small Code that disable the WordPress Author Archive and redirect to the Homepage

Disable Fullscreen Editor

Automatically disable the Gutenberg Fullscreen editor for all users.

500+

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Disable delayed customer recalculations

In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…

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 jQuery Migrate

Prevent loading the jQuery Migrate script in the frontend.

600+

Remove Emojis

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

Disable wordpress big image scaling

add_filter('big_image_size_threshold', '__return_false' );

1 7 8 9 10 11 21