Uses
Uses | Description |
---|---|
wp-admin/includes/screen.php: set_current_screen() | Set the current screen object |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::display() | Displays the table. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::ajax_user_can() | Checks the current user’s permissions |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::prepare_items() | Prepares the list of items for displaying. |
wp-admin/includes/update.php: wp_plugin_update_rows() | |
wp-admin/includes/list-table.php: _get_list_table() | Fetches an instance of a WP_List_Table class. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |