Comments Edward Reilly started the conversationJune 24, 2020 at 7:30pmHi,Just noticed Google sheets data wasn't flowing through to my tables. Was there some type of change in the product or google sheets?Dylan Keys repliedJune 24, 2020 at 8:36pmWhat you can try is to add this code in file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 205 you will find this curl_setopt($ch, CURLOPT_REFERER, site_url()); and below that add this code curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); so your code will look like this We need to test more but for now it is working in all test cases. 2,572Aleksandar repliedJune 25, 2020 at 1:46pmHello Edward, hello Dylan.Thanks for jumping in on this, Dylan.Edward, this is exactly what you should try. Google updated their policy, and until we update the plugin this is what needs to be done.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi,
Just noticed Google sheets data wasn't flowing through to my tables. Was there some type of change in the product or google sheets?
What you can try is to add this code in file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 205 you will find this
and below that add this code
so your code will look like this
We need to test more but for now it is working in all test cases.
Hello Edward, hello Dylan.
Thanks for jumping in on this, Dylan.
Edward, this is exactly what you should try. Google updated their policy, and until we update the plugin this is what needs to be done.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables