[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
WordPress Administration Screen API.
File Size: | 244 lines (6 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_column_headers( $screen ) X-Ref |
Get the column headers for a screen return: string[] The column header labels keyed by column ID. param: string|WP_Screen $screen The screen you want the headers for |
get_hidden_columns( $screen ) X-Ref |
Get a list of hidden columns. return: string[] Array of IDs of hidden columns. param: string|WP_Screen $screen The screen you want the hidden columns for |
meta_box_prefs( $screen ) X-Ref |
Prints the meta box preferences for screen meta. param: WP_Screen $screen |
get_hidden_meta_boxes( $screen ) X-Ref |
Gets an array of IDs of hidden meta boxes. return: string[] IDs of hidden meta boxes. param: string|WP_Screen $screen Screen identifier |
add_screen_option( $option, $args = array() X-Ref |
Register and configure an admin screen option param: string $option An option name. param: mixed $args Option-dependent arguments. |
get_current_screen() X-Ref |
Get the current screen object return: WP_Screen|null Current screen object or null when screen not defined. |
set_current_screen( $hook_name = '' ) X-Ref |
Set the current screen object param: string|WP_Screen $hook_name Optional. The hook name (also known as the hook suffix) used to determine the screen, |
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |