pre_list_table_page()
공개 정적인 메소드
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()
공개 정적인 메소드
Setup the list table and render the list table page, or call the given
action.
setup_list_table_page()
공개 정적인 메소드
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.