You can use views_edit-post hook to do so. It is a possible variation of views_{$this->screen->id} and resides in class-wp-list-table.php.
add_filter('views_edit-post', 'my_post_views' );
function my_post_views( $views ){
$views['html_class_name_for_li'] = 'the html'; // ex: <a href="#">something (11)</a>
return $views;
}
Related Posts:
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- I found this in a plugin. What does it do? is it dangerous?
- Disable /wp-admin/plugin-install.php
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How to export comments in WordPress?
- Where are plugins located
- Admin menu as submenu from another plugin
- Is There a WordPress Hook to Filter the Edit Posts View?
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- Reordering themes in admin panel
- WordPress Admin is displaying Not Available
- Add content to /wp-admin/plugin-install.php admin screens
- Plugin: How to make links in admin page open up inside of the admin panel
- Custom admin column disappearing when using Quick Edit [duplicate]
- Using tabs for wordpress plugin
- How to remove/hide action links cluttering under specific plugins’ names
- Getting Custom Post Type content from main-site of a Multisite
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- how to not show plugin in admin area
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- How to make a WP admin button/menu similar to Jetpack Notifications?
- Getting “Fatal error: Call to undefined function wp_cache_get() in option.php” after updating a cache plugin [closed]
- How Restrict access to admin dashboard by specific static ip?
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Edits to plugin not taking effect
- Can’t see login page after migration
- Making menu link open in new tab?
- Weird problems after recovery from security breach
- How to Sort the Favorite Plugins Screen Alphabetically?
- Hide extra menus from WordPress Dashboard
- ‘wp_login’ action hook not working with wp-login.php file
- 404 Error on Activate / Deactivate Plugin
- Why isn’t admin_notices displaying my text? [Simple Plugin, Beginner]
- Edit default comments page in WP Admin
- All Users > User List > Update User Meta Field Inline
- Rotating background images with admin options
- Show an image in my header.php
- How to hide some section in WordPress under Post
- Default WordPress WP Editor removing style tags and html tag
- Facebook Messager Plugin
- Polylang : Interverting languages after development [closed]
- Add menu page issues (permissions & position)
- Add sub menu page in your plugin
- Is there any way to make myself an admin?
- Full list of registered scripts or styles, but from an admin options page
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- How can I modify page content in the admin panel?
- How to display terms and conditions in post area?
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- Change the layout of action links under the plugin names
- getting notifications about updates only in the “core” page
- Remove value from array within post meta ajax admin
- Is there a better way of handling AJAX requests in WordPress?
- Redirect Plugins.php to New Plugin Page
- Get access to WordPress when logged out
- Why are plugin settings not all nested in one place?
- Edit page header on a custom plugin
- 404 errors when updating options in admin dashboard
- Error activating certain plugins
- Change Dashboard URL from wp-admin to wp-admin/index.php
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, function
- Can we hide a certain user in WP?
- Calling PHP function with AJAX
- WordPress Dashboard add user password not working, etc
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- How to find where an image is used by it’s url
- WordPress Admin login redirect to homepage
- Store admin page into variable
- Admin login substantially slower on production server
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- Continous audio play in pages
- Set plugin page as homepage
- Admin Logged In Notify Globaly
- Disable default posts (Posts,Pages,Comments and Media) in wp-admin
- wp-admin will not redirect to wp-login.php
- How to add php stylesheet to admin section instead of admin_head hook
- Getting 404 page not found error while trying to access add new plugin / themes
- getpost content with all formatting for admin pages
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- How to activate/deactivate menu tab and keep the same id?
- Making plugin to use different table prefix cause permission problem
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Screen Options drop-down does not show
- ERROR: Cookies are blocked due to unexpected output – no access to FTP
- Mixed content warning on doctype in admin
- Ajax in wordpress [duplicate]
- Notifications Bar on home page only
- List all posts in a particular page [closed]
- plugin translations not reflected in admin dashboard
- WordPress Plugin and other pages not opening
- warning wp session
- WordPress website is redirecting on some different shopping page
- PHP FATAL ERROR
- Submitting form to admin-post.php WordPress
- /wp-admin/plugins.php takes ages to load, and then 404s
- search by meta field in the regular WordPress admin panel search
- Force post update with React
- Plugin for better Backend Search? [closed]