Add a help tab to the contextual help for the screen.
WP_Screen::get_help_tab
Gets the arguments for a help tab.
WP_Screen::get_help_tabs
Gets the help tabs registered for the screen.
WP_Screen::get_option
Gets the arguments for an option for the screen.
Advertisement
WP_Screen::get_options
Get the options registered for the screen.
WP_Screen::remove_options
Remove all options from the screen.
WP_Screen::remove_option
Remove an option from the screen.
WP_Screen::add_option
Adds an option for the screen.
Advertisement
WP_Screen::set_parentage
Set the parent information for the screen.
WP_Screen::add_old_compat_help
Sets the old string-based contextual help for the screen for backward compatibility.
WP_Screen::is_block_editor
Sets or returns whether the block editor is loading on the current screen.
WP_Screen::in_admin
Indicates whether the screen is in a particular admin
Advertisement
WP_Screen::__construct
Constructor
WP_Screen::set_current_screen
Makes the screen object the current screen.
WP_Screen::get
Fetches a screen object.