wp-admin/includes/class-wp-screen.php


Lines:

1 to 46 of 46
<?php

/**
 * Screen API: WP_Screen class
 *
 * @package WordPress
 * @subpackage Administration
 * @since 4.4.0
 */

#[AllowDynamicProperties]
/* class WP_Screen */
/* function WP_Screen::get() – Fetches a screen object. */
/* function WP_Screen::set_current_screen() – Makes the screen object the current screen. */
/* function WP_Screen::__construct() – Constructor */
/* function WP_Screen::in_admin() – Indicates whether the screen is in a particular admin */
/* function WP_Screen::is_block_editor() – Sets or returns whether the block editor is loading on the current screen. */
/* function WP_Screen::add_old_compat_help() – Sets the old string-based contextual help for the screen for backward compatibility. */
/* function WP_Screen::set_parentage() – Set the parent information for the screen. */
/* function WP_Screen::add_option() – Adds an option for the screen. */
/* function WP_Screen::remove_option() – Remove an option from the screen. */
/* function WP_Screen::remove_options() – Remove all options from the screen. */
/* function WP_Screen::get_options() – Get the options registered for the screen. */
/* function WP_Screen::get_option() – Gets the arguments for an option for the screen. */
/* function WP_Screen::get_help_tabs() – Gets the help tabs registered for the screen. */
/* function WP_Screen::get_help_tab() – Gets the arguments for a help tab. */
/* function WP_Screen::add_help_tab() – Add a help tab to the contextual help for the screen. */
/* function WP_Screen::remove_help_tab() – Removes a help tab from the contextual help for the screen. */
/* function WP_Screen::remove_help_tabs() – Removes all help tabs from the contextual help for the screen. */
/* function WP_Screen::get_help_sidebar() – Gets the content from a contextual help sidebar. */
/* function WP_Screen::set_help_sidebar() – Add a sidebar to the contextual help for the screen. */
/* function WP_Screen::get_columns() – Gets the number of layout columns the user has selected. */
/* function WP_Screen::get_screen_reader_content() – Get the accessible hidden headings and text used in the screen. */
/* function WP_Screen::get_screen_reader_text() – Get a screen reader text string. */
/* function WP_Screen::set_screen_reader_content() – Add accessible hidden headings and text for the screen. */
/* function WP_Screen::remove_screen_reader_content() – Remove all the accessible hidden headings and text for the screen. */
/* function WP_Screen::render_screen_meta() – Render the screen’s help section. */
/* function WP_Screen::show_screen_options() – */
/* function WP_Screen::render_screen_options() – Render the screen options tab. */
/* function WP_Screen::render_meta_boxes_preferences() – Render the meta boxes preferences. */
/* function WP_Screen::render_list_table_columns_preferences() – Render the list table columns preferences. */
/* function WP_Screen::render_screen_layout() – Render the option for number of columns on the page */
/* function WP_Screen::render_per_page_options() – Render the items per page option */
/* function WP_Screen::render_view_mode() – Render the list table view mode preferences. */
/* function WP_Screen::render_screen_reader_content() – Render screen reader text. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,