Search results for: disable
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
Disable New User Notifications
Disable the new user notification email for both the admin and user
Disable Search
Disable Search
disable Google Fonts in Breakdance
disable Google Fonts in Breakdance
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.
Leave Tasty recipe ratings with WP-PostRatings
The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…
Disable Fullscreen Editor
Automatically disable the Gutenberg Fullscreen editor for all users.
Disable email reports
This filter can be used to disable email reports.
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.
Disable Self Pingbacks
Prevent WordPress from automatically creating pingbacks from your own site.
Remove Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…