• Resolved dorfdimpaler

    (@dorfdimpaler)


    I would like to expunge the EXIF data from my weblog. I have turned off Option 8 under general settings. What more do I have to do?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Use phpMyAdmin or the like, where youy can directly manipulate the wp database on your server and make the table wp_wppa_exif empty; example by issuing the command:

    TRUNCATE TABLE wp_wppa_exif (assuming you did not change the db table prefix wp_)

    Thread Starter dorfdimpaler

    (@dorfdimpaler)

    Cool. Thanks. That’s just what I needed.

    That would be a good option to add to Clearing and Irreversible Procedures.

    • This reply was modified 3 years, 2 months ago by dorfdimpaler.
    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    That would be a good option to add to Clearing and Irreversible Procedures.

    But a bit tricky…
    Will be considered though

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you enable exif, there is a maintenance proc the clears all exif, so do the following:

    – Enable exif in Basic settings -> I -> Item 8,
    – Go to Advanced settings -> Maintenance -> II -> Item 4: Reset EXIF
    – click the Doit! button
    – Disable exif

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

The topic ‘Removing EXIF data’ is closed to new replies.