Opened 2 years ago
Last modified 2 years ago
#17615 assigned defect (bug)
WP_List_Table::get_columns does not work for plugins
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Plugins | Version: | 3.1.3 |
| Severity: | normal | Keywords: | |
| Cc: | cyplo@…, deleau@… |
Description
see Ticket #15386 - the ticket is closed, however I have the very same problem with 3.1.3 version and the solution example provided do not work for me.
Wordpress claims that there is no function as get_list_table , I have changed it to _get_list_table, after that change it does launch but returns a null object.
Change History (3)
Note: See
TracTickets for help on using
tickets.

We do not support custom list table classes at the moment which is why there are no hooks for this.
When we have a stable api for them they will be supported - this was meant to happen in 3.2 but it missed the release unfortunately.