• Resolved Dr. Melvin Temo

    (@temovision)


    I Deleted all Objects in R2 but does not reflect in WordPress. I wanted to reupload now i can’t. It says all objects are in cloud

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dr. Melvin Temo

    (@temovision)

    Is there a way to reset the files uploaded to the cloud as detected by the plugin?

    Plugin Author Masoud Golchin

    (@masoudin)

    Hi @temovision

    To reset the status of your media attachments, you need to remove the post meta fields added by Advanced Media Offloader. These fields start with the prefix “advmo_”.

    You can use the following MySQL query in phpMyAdmin as a guide for this process:

    DELETE FROM wp_postmeta WHERE meta_key like "advmo_%";

    Please ensure you take a full backup of your website before performing any actions.

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

You must be logged in to reply to this topic.