Skip to content

wpto_thumbs_size

Fazle Bari edited this page Jan 3, 2021 · 1 revision
apply_filters( 'wpto_thumbs_size', array( $width, $height ), $settings, $column_settings, $table_ID, $product );

Thumbnail size manipulate

Parameters

$width

Image width

$height

Image height

$settings

(array) Settings

$column_settings

(array) Column setting.

$table_ID

Table id.

$product

Product from woocommerce

Return

(array) Thumbs image size

Source View source code

Clone this wiki locally