Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
Hi, since “Admin Columns Pro” v.5.7 you can’t edit the columns-setup without an active license. Can anyone help?
Found it:
/classes/Access/Permissions.php
Change Line 55 from: return $this->has_permission( self::USAGE );
To: return true;
Thank you Mounty for sharing!