pre_list_table_page()
public static method
Tell WordPress not to load the admin header automatically. We want to
load it manually when we're ready, so we can still do redirects and what
not.
render_list_table_page()
public static method
Setup the list table and render the list table page, or call the given
action.
setup_list_table_page()
public static method
Setup hooks for a new list table page. We'll call $callback, and you
should instantiate your list table class and pass it to the
render_list_table_page() function along with a page title.