wp-admin/includes/screen.php
Lines:
1 to 23 of 23
<?php /** * WordPress Administration Screen API. * * @package WordPress * @subpackage Administration */ /* function get_column_headers() – Get the column headers for a screen */ /* function get_hidden_columns() – Get a list of hidden columns. */ /* function meta_box_prefs() – Prints the meta box preferences for screen meta. */ /* function get_hidden_meta_boxes() – Gets an array of IDs of hidden meta boxes. */ /* function add_screen_option() – Register and configure an admin screen option */ /* function get_current_screen() – Get the current screen object */ /* function set_current_screen() – Set the current screen object */