wp_create_nonce doesn’t verify when using WP_List_Table
This question still unanswered for long time. I answer it if anyone reaches here, just in case. When you are using WP_List_Table (perhaps by extending the class), the generated code for single delete and bulk delete differs. The single delete is sent over a GET request by setting query params, but the bulk delete is … Read more