Customize a WP_Posts_List_Table class
How can I customize output of tables of records in wp-admin/edit.php? What options are available for editing display_tablenav('top')
and display_tablenav('bottom')
before outputting in class WP_Posts_List_Table
?
I would like to insert my block between the table where records are displayed and the filters, for example: h3Titlle/h3
. No matter what. The Codex is written:
This class's access is marked as private. That means it is not intended for use by plugin and theme developers, but only by other core functions and classes.
Maybe there is some way that does not change the kernel.