SAVEQUERIES = true, but queries aren't saved if executed in an AJAX call
-
So i’m trying to add a bunch of ajax interaction to a website, and each ajax call performs a $wpdb->query()
SAVEQUERIES is set to true in wp-config.php
Any query i execute in an ajax call doesn’t get added to the $wpdb->queries list, so I’m unable to save the transaction.
- The topic ‘SAVEQUERIES = true, but queries aren't saved if executed in an AJAX call’ is closed to new replies.