Search results for: disable
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 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 6.5 Font Library
Deactivate the font library feature added in WordPress 6.5.
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
Disable Application Passwords
Disable Application Passwords feature that was added in WP 5.6.
Disable Shortcode Parsing in All in One SEO
This filter can be used to prevent AIOSEO from parsing shortcodes.
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.
Disable Dynamic Template on the Homepage/Front-page
The following snippet can be used to remove the dynamic template assigned to all pages from…
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
WP Simple Pay: Disable Stripe Payment Terms
Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…
Disable Order Receipt Email Optimizations
In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…
Disable Self Pingbacks
Prevent WordPress from automatically creating pingbacks from your own site.