Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: screen_settings | Filters the screen settings text displayed in the Screen Options tab. |
wp-admin/includes/class-wp-screen.php: screen_options_show_screen | Filters whether to show the Screen Options tab. |
wp-admin/includes/class-wp-screen.php: WP_Screen::get_option() | Gets the arguments for an option for the screen. |
wp-admin/includes/screen.php: get_column_headers() | Get the column headers for a screen |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |