woocommerce_single_product_zoom_options хук-фильтр . WC 1.0
Использование
add_filter( 'woocommerce_single_product_zoom_options', 'filter_function_name_5914' ); function filter_function_name_5914( $array ){ // filter... return $array; }
- $array
- -
Где вызывается хук
woocommerce_single_product_zoom_options
woocommerce/includes/class-wc-frontend-scripts.php 499
'zoom_options' => apply_filters( 'woocommerce_single_product_zoom_options', array() ),