Search results for: disable
Disable Template Editor
Disable access to modify or create templates from the Post Editor.
Disable wlwmanifest link
Prevent WordPress from adding the Windows Live Writer manifest link to your pages.
Disable Widget Blocks (use Classic Widgets)
Use the classic interface instead of Blocks to manage Widgets.
Disable OpenGraph Tags on all Listing Detail Pages
This snippet disables OpenGraph Tags on all pages whose URL contains /listing-detail/
Disable jQuery Migrate
Prevent loading the jQuery Migrate script in the frontend.
Disable Login Screen Language Switcher
Hide the Language Switcher on the default WordPress login screen.
Disable Blog Posts
// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…
Hide Author SEO Tab From User Profile Page
This filter can be used to Hide Author SEO Tab From User Profile Page
Disable REST API Links
Remove all head links to the REST API endpoints from the page source.
Disable Update Notice for Non-admin Users
Don't show WordPress version update notices to users that can't update the site.
Disable Block Directory
Prevent block directory results from being shown when searching for blocks in the editor.
Disable the WordPress Shortlink
Remove link rel shortlink from your site head area.
Disable Login Autofocus
Prevent autofocus on the username field on the login page.
Disable Full Site Editing (FSE)
Prevent any user from making changes to the site using the Full Site Editor.