Uses
Uses | Description |
---|---|
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-admin/includes/screen.php: get_hidden_meta_boxes() | Gets an array of IDs of hidden meta boxes. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::display() | Displays the table. |
wp-admin/includes/list-table.php: _get_list_table() | Fetches an instance of a WP_List_Table class. |
wp-admin/includes/template.php: wp_comment_trashnotice() | Output ‘undo move to Trash’ text for comments |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_nonce_field() | Retrieve or display nonce hidden field for forms. |
wp-includes/comment.php: get_comments() | Retrieve a list of comments. |