Set the parent information for the screen.
WP_Screen::add_option
Adds an option for the screen.
WP_Screen::remove_option
Remove an option from the screen.
WP_Screen::remove_options
Remove all options from the screen.
Advertisement
WP_Screen::get_options
Get the options registered for the screen.
WP_Screen::get_option
Gets the arguments for an option for the screen.
WP_Screen::render_screen_layout
Render the option for number of columns on the page
WP_Screen::render_per_page_options
Render the items per page option
Advertisement
WP_Screen::render_view_mode
Render the list table view mode preferences.
WP_Screen::render_screen_reader_content
Render screen reader text.
WP_Screen::render_screen_options
Render the screen options tab.
WP_Screen::render_meta_boxes_preferences
Render the meta boxes preferences.
Advertisement
WP_Screen::render_list_table_columns_preferences
Render the list table columns preferences.
WP_Screen::get_help_tab
Gets the arguments for a help tab.
WP_Screen::add_help_tab
Add a help tab to the contextual help for the screen.