Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: WP_Screen::render_meta_boxes_preferences() | Render the meta boxes preferences. |
wp-admin/includes/class-wp-screen.php: WP_Screen::render_list_table_columns_preferences() | Render the list table columns preferences. |
wp-admin/includes/class-wp-screen.php: WP_Screen::render_view_mode() | Render the list table view mode preferences. |
wp-admin/includes/class-wp-screen.php: screen_options_show_submit | Filters whether to show the Screen Options submit button. |
wp-admin/includes/class-wp-screen.php: WP_Screen::render_screen_layout() | Render the option for number of columns on the page |
wp-admin/includes/class-wp-screen.php: WP_Screen::render_per_page_options() | Render the items per page option |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: wp_nonce_field() | Retrieve or display nonce hidden field for forms. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |