sfw/theme/product-loop/before
Description
Usage
<?php
function my_sfw_theme_product_loop_before ( ){
// do your stuff here
}
add_action( 'sfw/theme/product-loop/before', 'my_sfw_theme_product_loop_before', 10, 0 );
?>
<?php
function my_sfw_theme_product_loop_before ( ){
// do your stuff here
}
add_action( 'sfw/theme/product-loop/before', 'my_sfw_theme_product_loop_before', 10, 0 );
?>