Title: 2 image uploaders
Last modified: July 28, 2020

---

# 2 image uploaders

 *  Resolved [ministerstvo](https://wordpress.org/support/users/ministerstvo/)
 * (@ministerstvo)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/2-image-uploaders/)
 * I have 2 image uploaders on my site, about loading through which a watermark 
   is affixed.
    What should I write in the code of one of them so that when using
   it, the watermark is not affixed?

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

 *  Thread Starter [ministerstvo](https://wordpress.org/support/users/ministerstvo/)
 * (@ministerstvo)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/2-image-uploaders/#post-13184669)
 * I think I need to remove this
 * add_action (‘wp_ajax_easy-watermark/apply_single’, [$this->objects[‘EasyWatermark\
   Watermark\Ajax’][‘instance’], ‘apply_single_watermark’], 10, 0);
 * and then add another.
    but how to write the class correctly?
 *  Plugin Support [annaszalkiewicz](https://wordpress.org/support/users/annaszalkiewicz/)
 * (@annaszalkiewicz)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/2-image-uploaders/#post-13190825)
 * Hello,
 * There’s no way to reference our class and unhook our action because all the instances
   are created dynamically. We are going to add a filter in the future version of
   the plugin to control this.

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

The topic ‘2 image uploaders’ is closed to new replies.

 * ![](https://ps.w.org/easy-watermark/assets/icon.svg?rev=2153955)
 * [Easy Watermark](https://wordpress.org/plugins/easy-watermark/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-watermark/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-watermark/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-watermark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-watermark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-watermark/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [annaszalkiewicz](https://wordpress.org/support/users/annaszalkiewicz/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/2-image-uploaders/#post-13190825)
 * Status: resolved