woof_html_types_view_select
From ver.2.2.4/1.2.4 Using this hook it is possible to rewrite view of file: \views\html_types\select.php [...]
From ver.2.2.4/1.2.4 Using this hook it is possible to rewrite view of file: \views\html_types\select.php [...]
From ver.2.2.4/1.2.4 Using this hook it is possible to rewrite view of file: \views\html_types\mselect.php [...]
From ver.2.2.4/1.2.4 Using this hook it is possible to rewrite view of file: \views\html_types\radio.php [...]
From ver.2.2.4/1.2.4 Using this hook it is possible to rewrite view of file: \views\html_types\checkbox.php [...]
From ver.2.2.4/1.2.4 This hook is added for compatibility with other plugins.
From ver.2.2.4/1.2.4 This hook is added for compatibility with other plugins.
From ver.2.2.4/1.2.4 For displaying any business content on the top of the filtration results [...]
From v.2.2.4/1.2.4 Allows to add custom sort for catalog [...]
From v.2.2.4/1.2.4 Allows to place above the products any business html-message which is not redrawn by AJAX [...]
From v.2.2.4/1.2.4 For resizing images in woof step filter.
add_filter('woof_step_filter_img_size', function($size) {
$size = 'large'; //thumbnail, medium, large, full, array(200, 200)
//woocommerce_thumbnail ,woocommerce_single, woocommerce_gallery_thumbnail
return $size;
});
[...]