Search results for: disable

Disable WP Texturize

Disable WP Texturize Everywhere

<10

Completely Disable Comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10

Use Full Store Address in Ships From

add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…

Disable Emojis

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

<10

Disable Gravatar Avatars

Prevent WordPress from loading gravatar avatars for users.

500+

Disable Post Formats

Disable the Post Formats feature for all posts.

100+

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Disable All Page Builder Integration

This filter can be used to completely disable our page builder integration for all builders.

10+

Disable Custom Link Format of AIOSEO in the Block and Classic Editors

This snippet can be used to disable the custom link format that All in One SEO…

10+

Disable Application Passwords

Disable Application Passwords feature that was added in WP 5.6.

300+

Disable XML-RPC

On sites running WordPress 3.5+, disable XML-RPC completely.

22k

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

Disable Plugin & Theme Editor

Prevent users from using the Plugin & Theme file editor.

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

Disable WordPress Sitemaps

Disable the auto-generated WordPress Sitemaps added in version 5.5.

600+
1 4 5 6 7 8 19