single_product_archive_thumbnail_size

single_product_archive_thumbnail_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('single_product_archive_thumbnail_size') is found 1 times:

  • /includes/wc-template-functions.php line 1502
    1498
    1499
    1500
    1501
    1502
    1503
    1504
    1505
    1506
    1507
    1508
            if ( ! is_bool( $placeholder ) ) {
                $placeholder = true;
            }
     
            $image_size = apply_filters( 'single_product_archive_thumbnail_size', $size );
     
            return $product->get_image( $image_size, $attr, $placeholder );
        }
    }
     
    if ( ! function_exists( 'woocommerce_result_count' ) ) {