Course Content
Atavism Server Configuration
0/1
Server Configuration
0/1
Support the Developer
Atavism WordPress Integration

Using the Plugin File Editor, Select the Atavism Integration plugin. Inside this plugin, select the admin_user_management.php file and scroll to line 365 and in that line change the 2& in the line to $user->ID as indicated below. This corrects an issue where the user ID that is selected is always set to 2 and sets it to the line that the user corresponds to instead.

From this

”2&;wp_http_referer=%2Fwp-admin%2Fusers.php’>$data[username]

 

to this

 

”$user->ID;wp_http_referer=%2Fwp-admin%2Fusers.php’>$data[username]