• Resolved wazastudio

    (@wazastudio)


    Hi

    I have been running exports for a while, however I am experiencing an issue where the Export URLs stop working after a time – ie the data is not being updated in the url example below

    wp-load.php?security_token=****************&export_id=103&action=get_data”;

    when the export runs and I manually download the CSV file the data is correct.

    I have also deleted the files on the server, re-run the export and still the URL is giving the same old file data. Is it possible that these are cached?

    regards
    WazaStudio

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @wazastudio,

    I have also deleted the files on the server, re-run the export and still the URL is giving the same old file data. Is it possible that these are cached?

    Yes, it’s possible. Please try adding this code snippet to your child theme’s functions.php file (or in a code snippets plugin):

    add_filter( 'wp_all_export_no_cache', '__return_true' );

    Then, clear your cache (server and plugins) and see if the issue is fixed.

    Plugin Author WP All Import

    (@wpallimport)

    Hi @wazastudio,

    I’m marking this thread as resolved since it’s been inactive for a while. Feel free to open a new topic if you still have questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Data in URL different from CSV file’ is closed to new replies.