Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-list-table.php: WP_List_Table::single_row() | Generates content for a single row of the table. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::prepare_items() | Prepares the list of items for displaying. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::has_items() | Whether the table has items to display or not |
wp-admin/includes/list-table.php: _get_list_table() | Fetches an instance of a WP_List_Table class. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/class-wp-ajax-response.php: WP_Ajax_Response::__construct() | Constructor – Passes args to WP_Ajax_Response::add(). |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |