• Can this plugin offload not only media files (like videos, images, stylesheets) but also plugins? i.e. everything inside the wp-content/ directory?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric Sopp

    (@ideric)

    If the plugin registers the attachment in the media library, then WP-Stateless should be able to handle it. If it stores it outside of that method, then it most likely needs a custom extension that handles that scenario.

    Thread Starter iheartdogs

    (@iheartdogs)

    Ok, that’s great. Most likely won’t need a custom extension so WP Headless should work fine. Just one more question regarding its usage – on the docs, it says that it will start adding new uploaded media to GCS. We would like to know whether it would automatically migrate existing, old data to GCS, basically synchronizing all the files that already exist.

    For example, wp-content/uploads/ looks like this:

    ./2020/
    ./2021/
    ./2022/

    Would your plugin be able to migrate those directories to GCS as well?

    Plugin Author Eric Sopp

    (@ideric)

    You can run a sync process to get your older items into GCS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does it work with only media uploads, how about plugins?’ is closed to new replies.