Try following code:
add_filter('plugin_row_meta','fun_hide_view_details',10,4);
function fun_hide_view_details($plugin_meta, $plugin_file, $plugin_data, $status)
{
if($plugin_data['slug'] == 'YOUR_PLUGIN_SLUG')
unset($plugin_meta[2]);
return $plugin_meta;
}
Related Posts:
- Can I rename the wp-admin folder?
- How to restrict dashboard access to Admins only?
- How to remove screen options and help links in the admin area?
- I’m getting a 404 message when I try to access wpadmin
- wordpress wp-admin css not loading
- Check if user is admin by user ID
- wp_list_tables bulk actions
- How do I find all admin users using phpmyadmin?
- wp-admin produces a 302 redirect to itself
- create users to site with specific language
- Restrict access to admin but allow admin_post hook
- How to set custom editor style when editing the homepage?
- How to disable or hide “collapse menu”
- Login to wp-admin “redirect_to” points to wrong URL after migration
- TinyMCE Autoresize
- WordPress wp-admin suddenly lost its style
- Activating Child Theme Breaks Website, Blank Page, Error 500
- Create Read Only Admin
- wp-admin is redirecting to back to home page (localhost)
- After changing Site url to https, can’t access login page
- Add custom content in user-edit.php page
- How to use Yoast SEO backend in english even if WPLANG variable is not english?
- Rename W3 Total Cache admin menu
- How can I add my script to admin using script-loader.php?
- Admin first hook that outputs HTML?
- Cloned a site but can’t log in – redirecting to old site
- Can I edit the wp_post > post_content right before its inserted/updated?
- To remove default dashboard items and add quick draft widget for custom post type
- I get “The PHP Date/Time library is not supported by your web host.” on my CentOS host, what library to I need to install to add support?
- How can I allow core, plugin, theme update checks only for selected admins?
- wp_before_admin_bar_render action not working in back office
- Why am I unable to login after converting to www?
- why my menu is not appearing on the admin panel
- Can’t access WordPress as an admin – but I can log in as a user!
- Locked Out Of WordPress Admin Dashboard After Server Move
- Subscribers become Authors after Upgrade? / Mass Update of Users?
- How to create a WP Admin user in phpMyAdmin for WordPress 4.6
- How do I host WordPress on a hidden domain through a reverse proxy?
- Redirect loop in /wp-admin/
- Add javascript confirmation popup on “Move to Trash” link
- Users disappeared from wp-admin
- Modify WP-Admin login fields
- Create custom fields as image uploads [duplicate]
- 404 error comes up when I go to wp-admin after first installation [closed]
- Is there a quick way to find out what posts haven’t been tagged?
- WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/
- WordPress isn’t reflecting changes I make to a specific file via FTP [closed]
- What are the requirements to make the admin toolbar show up on the front end
- Sorry, you are not allowed to access this page
- Cannot Access wp-admin as redirects to wp-signup.php?
- Screen Options & Help Buttons not working when including Bootstrap Css
- edit.php alter links
- Cannot access WordPress login pages
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- Custom Admin Pagination links
- Have different site location for wp-admin in IIS
- Lost administrator privileges and can’t find a fix
- Why does do_robots() Allow: /wp-admin/admin-ajax.php by default?
- What is the meaning or function of this notice?
- How to set where user is redirected to after logging in at wp-login?
- Restrict submitters from wp-admin [duplicate]
- How change a core block label
- Cannot redeclare wp_update_core()
- WP-admin or any other is redirecting me to (This page doesn’t seem to exist.)
- Remove WP Admin Menu Items by User Role
- Adding a button to send email to a user in WordPress Admin Users table
- Restrict access to admin-post.php
- How do I add something to the “Edit Tag” page in wp-admin?
- How to create dependent dropdown custom field in wordpress admin post form
- How do I make it so that the all users page is not a white screen?
- Show shipping class on product admin page
- Change the default Post/Page edit title in Admin
- Detail view for an element in a list the admin site
- How to check if a user is in a specific role?
- Accessing wordpress tool in local MAMP Site
- How to load Dashboard default media files via HTTPS even when Browser URL has HTTP
- My WP-Admin is showing a blank screen
- How to move “Collapse Menu” to top of admin bar?
- Some fields in Settings API form are saving, others are not
- I cannot get the “Read More” button to work!
- wp-admin ERR_CONNECTION_TIMED_OUT only on certain networks
- Strange Popup Ad on my WordPress Admin Dashboard
- WordPress switch domains
- Not able to access WP admin Page, redirected and a drop down login menu appears 401 error
- OSX El Capitan local install Maximum upload file size: 2 MB But php.ini set to 64M
- Get Post ID in Admin Edit screen otherwise generate it?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- Is it possible to outsource wp-admin to another server?
- Wp mwnu not works at all
- Can’t log into WordPress after domain change
- Trying to use and understand JSON API and get_posts
- Search box for hierarchical taxonomies in admin interface
- Custom Admin Message from external source to multiple users
- How can visitors redirect wp-admin to the homepage?
- Creating your own options-general.php page
- I want to know if it’s good for SEO [closed]
- My website’s wp-admin redirects to another website’s wp-admin after pointing the site url to a subdirectiory
- Redirecting the user to the admin table area after publishing a post, getting an invalid response error?
- How can you change the admin dashboard URL without symlinking?
- Degraded WordPress admin dashboard performance [closed]