You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert MySQL PDO code to MySQLi code ... i.e. the proper WordPress way
Check for background processing library whether plugin or dependency
Remove index table when Views are trashed
Add uninstall function
Add remove tables on uninstall setting
Enqueue creating index tables for existing DT Views on activation
Make multi-select sort field UI sortable with drag and drop + touch
General Code Clean Up
Dynamically identify how many rows can be inserted at a time without causing strain on the server (currently it is processing 250 at a time and inserting 1 row)
Add notice to GV edit.php table which tables are indexed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: