We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To provide an option for support questions like https://wordpress.org/support/topic/export-only-new-entries-since-last-export/ it would be beneficial to add a downloaded_at value on the feeds, that contain the timestamp of the latest download.
downloaded_at
Using this timestamp, entries can be excluded by adding a search criteria using the gfexcel_output_search_criteria hook.
gfexcel_output_search_criteria
Additionally, we need to include the feed ID in the arguments of gfexcel_event_download.
gfexcel_event_download
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To provide an option for support questions like https://wordpress.org/support/topic/export-only-new-entries-since-last-export/ it would be beneficial to add a
downloaded_at
value on the feeds, that contain the timestamp of the latest download.Using this timestamp, entries can be excluded by adding a search criteria using the
gfexcel_output_search_criteria
hook.Additionally, we need to include the feed ID in the arguments of
gfexcel_event_download
.The text was updated successfully, but these errors were encountered: