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.9.8.1

do_action('woocommerce_widget_product_item_start') is found 1 times:

  • /templates/content-widget-product.php line 29
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    }
     
    ?>
    <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>