• Resolved ministerstvo

    (@ministerstvo)


    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

    (@ministerstvo)

    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

    (@annaszalkiewicz)

    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.