Disable Async on Google Sheets Feeds
By default, GC Google Sheets feeds run asynchronously. This snippet will disable that, so they run in the same request as the form submission.
This is useful for debugging whether there is a wider issue with asynchronous feeds on a site.
Installation:
Instructions
See “Where do I put snippets?” in our documentation for installation instructions.
Code
Filename: gcgs-disable-async.php