Instead of disabling it, you’d be better off by hiding it using a bit of CSS trickery.
Try this and let me know if it works:
add_action('admin_head', 'hide_quick_view');
function hide_quick_view() {
echo '<style>
span.view {display: none !important; visibility: hidden !important; opacity: 0 !important;}
</style>';
}
This should be placed in your functions.php file.
Related Posts:
- how to know if admin is in edit page or post [duplicate]
- Admin: very slow edit page caused by core meta query
- Editor Styles and Typekit
- is_admin() returns true when using admin-ajax.php from front end script
- Are there any action like ‘init_frontend’
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- front end logo upload like happytables
- Conditional check for front-end which includes ajax
- How to retain HTML5 Attributes on Markup
- Disable HTML (Text) Tab in Post Editor
- How to restrict the editors from viewing/editing pages created by admin?
- front end editing using iFrames, best approach?
- How to set default editor tab
- WordPress Frontend Check If Current User Is Administrator
- Make the Status, Visibility, or Date fields opened by default in the Publish box
- How do you set up a WordPress blog with multiple authors to allow something like StackExchange’s “community wiki” feature?
- Editors change a permalink on an unpublished post, but only admins change a permalink on a post that has ever been published?
- How to disable accessing the custom post types from frontend via a link?
- Change default italic from to in admin editor
- Post editor is 89953px tall. How to fix?
- Live reload preview just reloads forever
- Gutenberg UI has changed
- How to show WordPress admin dashboard forms on front-end?
- Can I retrieve Published changes when changes have been Saved but not Published in WordPress Semplice?
- Login to admin by frontend form?
- Can you check if https is enabled on frontend from admin
- How to retain HTML5 Attributes on Markup
- Editing post in admin panel
- Lock Display Name To Nickname
- TinyMCE buttons broken
- Remove “minor-publishing” div from Publish admin metabox
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- What Role to assign remote site developer?
- CSS Styles specific to Admin Sidebar not loading
- 500 error for regular users, not for admin
- How does admin-ajax.php work?
- Hide other users’ posts in admin panel
- WordPress admin stylesheet
- Can an admin check passwords of registered users?
- Prevent author from changing their posts if admin has modified
- Showing WP_Error message with admin_notice action hook
- Can I set a default dashboard layout for all users?
- How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
- Customize the upload screen
- How to print the output of the get_num_queries function from frontend to backend?
- Javascript not working in admin
- Setting Login with User Name and Password default option for Jetpack Admin Login
- add_submenu_page set for multiple roles [duplicate]
- Adminstering Large Number of WordPress Sites
- Admin: global $post empty
- How to remove “publish metabox” from each post type
- Change home-url in dashboard
- Admin multiple column sorting
- How do I add a contact form?
- Unable to login, old site with previous developer gone
- How to default display name to first name and last and disable the profile field
- Adding html format on tinymce visual editor
- How can I show the contents of only a few users
- WordPress ACL (folder + permissions)
- How-to turn off mobile admin mode?
- How can I make the user names of commentors clickable links to the user’s profile from the admin comment screen?
- Grabbing the first image attached to a post and use it with the admin columns
- Keep Logged in Users out of Admin Panel
- Is there a wp-config.php option or constant that I can set to allow me to download nightly / beta builds?
- I can’t access the login panel on my offline website
- Output the admin menu_position for each item
- Admin login not working
- WordPress custom admin functions security
- Hide admin notice when user profile updated
- WordPress Screen options does not show any fields
- current_user_can(‘administrator’) not working in custom login
- Black admin bar is being hidden by page elements
- admin edit link from a specific page
- Set Link Target Checkbox chcked on Edit Image MOdal Window in Admin Post Edit Screen?
- Help! I changed the domain and now I can’t log in via admin online
- Username was changed to “admin”
- [Multisite]How can I update custom blog option?
- wordpress – add a custom admin section with fields for name, address, city,state, and photo upload
- Authorize subdomain to access and read user and admin cookies
- Can’t see past events on admin dashboard
- WordPress Admin Page
- Only a small portion of my export page renders
- require/include php file in add_menu()
- How can I restrict ‘edit_form_after_’ to a specific post/page?
- Can’t access dashboard after 4.8.1 automatic upgrade
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- WordPress login not working
- Enqueue script throws error in console
- How to sort post_meta in edit.php?
- Scripts are not called until I login from wordpress backend
- Link to all posts page?
- Calculate and save an average in a meta
- If the only thing I use MySQL for is WordPress, do I need MySQL’s timezone tables?
- plugin to upload to youtube via wordpress [closed]
- Front End Editor
- My Account Lost Administrator permission
- deploying a standard build of wordpress in WHM/cPanel
- Add custom css class to wp-list-table row for custom post type
- Custom column with post ID not working in CPT
- Modify ‘the_content’ appearance in the admin area