Select Page

Array of image sizes to add watermarks.

Parameters

  1. types – array with image sizes: shop_catalog, shop_thumbnail, thumbnail, shop_single, full.

Usage

<?php
function change_br_watermark_replace_types ( $types ) {
//your code here
    return $types;
}

add_filter( 'br_watermark_replace_types', 'change_br_watermark_replace_types', 10, 2 );
?>