[4.26.0] Bulk Export not working
-
With the older version Bulk Export is no longer working when updated to wordpress 7.1.
This is due to the reason that wcmp-admin.js only searches for “the-list th.check-column” for selected orders. WordPress 7.1 changed this checkbox cell from “<th>” to “<td>”, causing the empty selection.
The selector should become “#the-list .check-column input[type=”checkbox”]:checked” to support both old and new WordPress versions.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.