Bug report: bulk action approve/deny
-
Hello,
looks like when you try to do a bulk approve/deny from the wp user list you get a “The link you followed has expired.” which happens when Wp nonce verification fails.
Digging into the code it looks like that you correctly generate the link for inline-approve/deny but when the bulk gets fired you miss the ‘ur_user_change_status’ which fails to pass the verification and kills the request.
You can find the guilty code in wp-content/plugins/user-registration/includes/admin/class-ur-admin-user-list-manager.php line 130.
Wp version: 5.8.3
Plugin: 2.1.2
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug report: bulk action approve/deny’ is closed to new replies.