The comments are displayed using an instance of the WP_Comments_List_Table class which is defined as the global variable $wp_list_table.
You could extend this class and then use any action after $wp_list_table is defined (admin_head-edit-comments.php would work) to create an instance of your own class, copy all properties of $wp_list_table to the instance of your class and replace $wp_list_table with it.
It’s not pretty but it will work and as long as there is no way to override _get_list_table() which defines the original $wp_list_table it’s all you’ve got.
Related Posts:
- Add sub menu page in your plugin
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- Is There a WordPress Hook to Filter the Edit Posts View?
- Filter or action hook to insert content on admin pages before tag
- Making menu link open in new tab?
- Cannot access wp-admin after disabling all plugin
- All Users > User List > Update User Meta Field Inline
- How to change the name of the “edit my profile” link in the WordPress admin backend
- getting notifications about updates only in the “core” page
- Remove value from array within post meta ajax admin
- Getting 404 page not found error while trying to access add new plugin / themes
- getpost content with all formatting for admin pages
- Which filters or actions involve with index page for plugin?
- Allow direct access to files/folders within WordPress to replace wp-admin
- Best collection of code for your 'functions.php' file [closed]
- Change Page’s Tag Using functions.php File
- Edit plugin without hooks in functions.php
- How can I log a user out of WordPress before the page loads?
- Bad Request (Invalid Hostname) on working server, database problem
- Pass A Value From Outside To A Plugin Variable
- Why would WP-CLI and WP Admin show different list of plugins with updates?
- Admin Dashboard with Custom Tab for Client
- Hide Theme options and Customize Admin menu
- wordpress reusable content blocks
- How to provide a plugin which requires CMB2 (plugin dependencies)?
- How to send little data between admin pages of my plugin?
- Is there a filter for get_post_custom()?
- Can I hook into get_avatar to supply a hash instead of an email?
- Editing admin pages in WordPress [closed]
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- How to append to title via functions.php for auto-posting plugin [duplicate]
- How to find the origin of a file upload from within wp_handle_upload?
- How to get the element ID from new menu list that added with add_filter()?
- how to access all user dashboard on fronted page [closed]
- Create tabs in admin options page from custom post type loop
- do_action() hook into load-(page)
- Filtering get_permalink in Jetpack / ShareDaddy
- Proper way to replace the_content only for pages created by custom plugin
- Admin AJAX doesn’t work in plugin admin page – Even though code is copied verbatim from WordPress Codex
- Full list of registered scripts or styles, but from an admin options page
- Check filter defined or not?
- WordPress Admin Menu defining function is seperate file
- Create WordPress posts from JSON array using plugin in admin
- How can I apply a WP filter on specific plugin version
- Plugin getting Cannot modify header information errors
- Filter WooCommerce Orders
- How can I modify page content in the admin panel?
- Editing wp-config.php
- How to use the CSS of the WordPress core in the development of my administration page?
- Change text string in a plugin
- How to use filter to disable adding a product to wishlist?
- in source code but I can’t find it in files or plugins
- WordPress: Add custom add_filter for custom functions
- Updating WordPress plugin admin panel footer text
- Change the layout of action links under the plugin names
- Advanced Custom Fields (acf) – Filter Relationship by Taxonomies not Post Type
- How to have free shipping for WooCommerce Membership members
- How to use apply_filters?
- Get access to WordPress when logged out
- Why are plugin settings not all nested in one place?
- Edit page header on a custom plugin
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- How to hide plugin options for editors via functions.php
- Filtered content appears in the excerpt
- 404 errors when updating options in admin dashboard
- Use a hook or filter, or overwrite this Gamipress function?
- Admin Custom Plugin List Files in admin Table
- Calling PHP function with AJAX
- Randomize post (and page) IDs on generation
- Making a list that can be filtered by category/tags
- How to Unhook actions/filters in within Class in plugin
- WordPress Admin login redirect to homepage
- Nested Actions and Filters
- Use action, filter, or hook to append HTML to WordPress plugin function
- Customize plugin’s output: filters or setters: looking for an advice
- Store admin page into variable
- ACF Taxonomy search on backend (Relationship field)
- Continous audio play in pages
- Can I add content before post content without using the_content filter
- Get content and send to 3rd party
- Disable default posts (Posts,Pages,Comments and Media) in wp-admin
- wp-admin will not redirect to wp-login.php
- apply_filters to content but ignore shortcodes
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- admin panel save option with ajax
- How to add different CSS for galleries
- Add a filter to a different custom plugin
- What would cause edit buttons for plugins to disappear?
- 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
- How to add a filter conditionally based on page related Conditional Tags
- ERROR: Cookies are blocked due to unexpected output – no access to FTP
- Which action/filter can i use for a Member Plugin [closed]
- How to add product thumbnail on orders list on backend?
- WordPress Plugin and other pages not opening
- warning wp session
- Change social icon in twenty twenty three theme
- /wp-admin/plugins.php takes ages to load, and then 404s
- Force post update with React
- How can I hide Dashboard notifications for just one particular plugin?