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
- What is the best way to ignore wordpress administration using add_filter($title) also when Ajax request
- Change Dashboard URL from wp-admin to wp-admin/index.php
- Want to create custom design of progress indicator in wpforms
- Trigger jQuery to add events after AJAX-loading table in admin plugin
- Use a hook or filter, or overwrite this Gamipress function?
- Add hook after content without formatting
- How to convert Currency from USD to other IP Based currency in Php function
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- how to move a plugin-block in Edit Post page back to bottom area?
- force logged in user to stay in the dashboard
- How to create admin setting for this small plugin
- WC Fix Attributes – ‘Add New’ Not Searchable/Delayed
- wp_post not working, keeps redirecting to posts page
- Admin Custom Plugin List Files in admin Table
- WordPress fatal error from php protocol codes
- post title not changing at post page
- Using OR Condition with facetwp facets
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- How i remove specific script from header?
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, function
- Hide all Admin Notices and move on a separate page
- Unpublished Pages Failing To Appear On Custom Path
- Can we hide a certain user in WP?
- Calling PHP function with AJAX
- Randomize post (and page) IDs on generation
- How to properly enqueue jQuery knob on WordPress without conflict?
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- WordPress Dashboard add user password not working, etc
- Can I create a separate admin section for my plugin?
- Making a list that can be filtered by category/tags
- Adding an item to an anonymous array inside a filter?
- How to use third-party SendGrid Email Validation API in Gravity Forms?
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- Add custom WordPress admin page with pretty url via code
- taxonomy_template filter not working on pagination [duplicate]
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- How to find where an image is used by it’s url
- 500 Internal server error wp_handle_upload_prefilter
- WooCommerce Product Table – filter query on attributes
- Does having apply_filters in the middle of an array make a difference?
- Disable WC Bookings automatic order completion [closed]
- how can I edit the HTML of yith ajax product filter
- How to Unhook actions/filters in within Class in plugin
- Get full URL of WP plugin admin page
- Plugin function in child theme
- WordPress Admin login redirect to homepage
- Nested Actions and Filters
- Use action, filter, or hook to append HTML to WordPress plugin function
- Modify function output in a plugin
- Customize plugin’s output: filters or setters: looking for an advice
- WordPress Plugin PHP Not Calling Function
- Using Filters to modify contect – DB query results alwats appear fist
- Admin menu hilighting wrong item for CPT
- Override filter variable not working
- Is admin section completely customizable in terms of styling?
- Store admin page into variable
- Remove action added in plugin class from theme
- Disable plugin for administrator
- Customize plugin templates
- Not able to upload Plugins/ Theme from Admin backend
- Show custom taxonomy in theme
- Admin login substantially slower on production server
- wordpress plugin translation not working
- Using multi-dimensional array with filter
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- Echo custom admin field into a is_single()
- How can I share my wordpress site with a friend?
- ACF Taxonomy search on backend (Relationship field)
- Help needed with woocommerce (wc stripe) filter
- How to set selected attribute on option after filter query?
- What action or filter can I use to change all the html returned from server for a page?
- Continous audio play in pages
- Add_Meta_box to custom page (formidable edit post)
- Can I add content before post content without using the_content filter
- Set plugin page as homepage
- WordPress Add advertising ads befor and after content with periority [closed]
- Get content and send to 3rd party
- Wordress admin page is fetching error You do not have sufficient permissions to access this page.
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Edit plugin filter
- How to enable Admins to see Plugins
- Add Filter to get_next_posts_link
- Admin page and admin menu. Permissions plugin
- Disable plugin on admin page
- Passing a parameter to filter and action functions
- trying to create simple plugin to filter categories from all authors