Search results for: disable

Disable Posts Post Type

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

<10

Disable New User Notifications

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

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Disable Auto-Scaling Oversized Images

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

200+

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 Fullscreen Editor

Automatically disable the Gutenberg Fullscreen editor for all users.

400+

Disable email reports

This filter can be used to disable email reports.

<10

Disable WP Error Log and PHP Error

Turning off PHP Errors in WordPress

Allow Admin Access

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

Disable wordpress big image scaling

add_filter('big_image_size_threshold', '__return_false' );

Disable Openverse

Disable the Openverse integration for the media inserter.

70+

Disable Self Pingbacks

Prevent WordPress from automatically creating pingbacks from your own site.

2.1k

Remove Emojis

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

1 7 8 9 10 11 20