Uses
| Uses | Description | 
|---|---|
| wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. | 
| wp-admin/includes/class-wp-list-table.php: WP_List_Table::get_pagenum() | Gets the current page number. | 
| wp-includes/pluggable.php: wp_redirect() | Redirects to another page. | 
| wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. | 
| wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |