• Resolved apompom

    (@apompom)


    I try to delete a user from admin page(/wp-admin/users.php).

    Then, the message “The Link You Followed Has Expired” has displayed.

    It was because this plugin checked delete-tag_... nonce, which is not created.

    advanced-ads/includes/admin/pages/class-groups.php

    private function handle_delete( $group_id, $taxonomy ): void {
    
    check_admin_referer( 'delete-tag_' . $group_id );
    // ...
    }

    related issue: https://wordpress.org/support/topic/unable-to-delete-photos/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unable to delete user’ is closed to new replies.