Search results for: disable

Disable Auto-Scaling Oversized Images

Prevent WordPress from scaling large images added in v5.3.

400+

Disable Gutenberg Editor (use Classic Editor)

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

Disable WP Error Log and PHP Error

Turning off PHP Errors in WordPress

Disable wordpress big image scaling

add_filter('big_image_size_threshold', '__return_false' );

Remove Emojis

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

Disable jQuery Migrate

Prevent loading the jQuery Migrate script in the frontend.

800+

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 delayed customer recalculations

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

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Disable Fullscreen Editor

Automatically disable the Gutenberg Fullscreen editor for all users.

500+

Disable Gutenberg Code Editing for Non-Admin Users

Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.

1.3k

Disable Comment Form Website URL

Remove the Website URL field from the Comments form.

3.3k

Disable Attachment Pages

Hide the Attachment/Attachments pages on the frontend from all visitors.

12k
1 9 10 11 12 13 25