Search results for: disable
Disable WP Texturize
Disable WP Texturize Everywhere
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
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',…
Disable Gravatar Avatars
Prevent WordPress from loading gravatar avatars for users.
Disable Post Formats
Disable the Post Formats feature for all posts.
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.
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…
Disable Application Passwords
Disable Application Passwords feature that was added in WP 5.6.
Disable XML-RPC
On sites running WordPress 3.5+, disable XML-RPC completely.
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.
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.