woocommerce_widget_product_item_start

woocommerce_widget_product_item_start

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_widget_product_item_start') is found 1 times:

  • /templates/content-widget-product.php line 29
    }
    
    ?>
    <li>
    	<?php do_action( 'woocommerce_widget_product_item_start', $args ); ?>
    
    	<a href="<?php echo esc_url( $product->get_permalink() ); ?>">
    		<?php echo $product->get_image(); // PHPCS:Ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    		<span class="product-title"><?php echo wp_kses_post( $product->get_name() ); ?></span>
    	</a>