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
- Passing a parameter to filter and action functions
- Get a list of all registered actions
- How to check if user is in back end?
- How do i know the current post type when on post.php in admin?
- How to export comments in WordPress?
- Where are plugins located
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- WordPress Admin is displaying Not Available
- Plugin or mod for wordpress to make content publication SUPER easy
- How to disable Gutenberg editor?
- Add content to /wp-admin/plugin-install.php admin screens
- WordPress apply_filters() Arguments Missing
- How do I only load a plugin js on it’s settings pages?
- How to add a help tab to all admin pages – including plugin pages
- How to remove/hide action links cluttering under specific plugins’ names
- How to develop a community feature in the dashboard for multiauthor site
- How to list the Hooks and order of execution in current loading page? [duplicate]
- Removing user contact methods works from functions.php but not from a plugin
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- Is there any multiple filter/criteria plugin for wordpress? [closed]
- How to prepend to the_title for admin-side plugin’s use
- why does the add_action(‘the_content’) overwrite my page
- How to filter content post only on save
- plugin_action_links_{$plugin_file} hook not in the main plugin file
- Creating search filter through plugin
- Add Fields with Sub-Fields to WP Job Manager
- merging an array to an existing array using add_filter
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- How to edit/delete single row items in a table on my own menu page
- Can’t see login page after migration
- Change wording of admin menu item?
- WP Job Manager Category Drop-down; Change Placeholder Text Via Filter
- WordPress Social Login > Post to a users Facebook wall
- Which plugin will let me decide what users have access to on their side bar in wp-admin?
- What would be the advantages/disadvantages of remote plugin installation?
- Remove Duplicator plugin from admin menu if not an administrator
- Doubt using $wpbd->get_col for a single column
- Plugin dependencies: show notice like theme plugins dependencies
- How can I replace content in the WP Admin area before an admin page is rendered?
- Plugin developer automated documentation
- Filtering get_permalink in Jetpack / ShareDaddy
- Proper way to replace the_content only for pages created by custom plugin
- 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?
- 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
- Updating WordPress plugin admin panel footer text
- 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
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- 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
- Making a list that can be filtered by category/tags
- 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
- Continous audio play in pages
- 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
- admin panel save option with ajax
- How to add different CSS for galleries
- 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?
- warning wp session
- Change social icon in twenty twenty three theme
- /wp-admin/plugins.php takes ages to load, and then 404s