Doesn’t work as expected and identifies used options as unused
-
Doesn’t work as expected and identifies numerous used options as being unused, resulting in potential unintended data loss/destruction.
On initial install and when resetting data, it suggests
wp_user_roles
is unused. Deleting this option will make a site inaccessible to administrators as this is an imperative option for user roles.While testing, there are also JS errors for the “remove autoload” and “delete” actions. This happens when attempting to delete:
Uncaught TypeError: Cannot read properties of null (reading 'nTr')
at S (datatables.min.js?ver=2.0.1:16:25194)
at U.<anonymous> (datatables.min.js?ver=2.0.1:16:51287)
at U.iterator (datatables.min.js?ver=2.0.1:16:46398)
at U.<anonymous> (datatables.min.js?ver=2.0.1:16:51247)
at U.draw (datatables.min.js?ver=2.0.1:16:47678)
at updateRowOnSuccess (admin-script.js?ver=1742829685:240:53)
at Object.success (admin-script.js?ver=1742829685:221:27)
at c (jquery.min.js:2:25304)
at Object.fireWith [as resolveWith] (jquery.min.js:2:26053)
at l (jquery.min.js:2:77782)The options appear to still be deleted, but the table doesn’t update.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this review.