• I need help for this plugin.
    I need to watermark already watermarked images also.
    Is there any possibility for this ?
    Please guide me.

    Thank You!

Viewing 1 replies (of 1 total)
  • Thread Starter Rajdip Sinha Roy

    (@rajdipsinharoy)

    I got a solve but that’s from database only.

    NEED TO RUN THIS QUERY and IT’WILL REMOVED THE WATERMARK AVAILABLE ROW FROM DATABASE —

    DELETE FROM wp_postmeta

    WHERE meta_key IN (

    ‘_ew_applied_watermarks’,

    ‘_ew_backup_file’,

    ‘_ew_has_backup’,

    ‘_ew_attachment_version’

    );


    If any other solutions from code, kindly tell me.

Viewing 1 replies (of 1 total)
  • The topic ‘Apply watermark to already watermarked images also.’ is closed to new replies.