Search results for: disable

Disable jQuery Migrate

Prevent loading the jQuery Migrate script in the frontend.

700+

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' );

Disable WP Error Log and PHP Error

Turning off PHP Errors in WordPress

Disable Gutenberg Editor (use Classic Editor)

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

Disable Auto-Scaling Oversized Images

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

300+

Disable Categories and Tags

Disable the default taxonomies for Posts (Categories, Tags).

300+

Disable OpenGraph Tags on all Listing Detail Pages

This snippet disables OpenGraph Tags on all pages whose URL contains /listing-detail/

20+

Disable Template Editor

Disable access to modify or create templates from the Post Editor.

70+

Disable Openverse

Disable the Openverse integration for the media inserter.

100+

Disable filter added by the Caddy plugin that hides WooCommerce shipping rates

Removes the filter that hides other WooCommerce shipping rates when free shipping is available, allowing all…

Disable email reports

This filter can be used to disable email reports.

<10

Disable Visual Editor Tab

Hides the Visual Editor tab from pages and posts.

<10
1 8 9 10 11 12 21