woocommerce_product_cross_sells_products_heading

woocommerce_product_cross_sells_products_heading

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_cross_sells_products_heading') is found 1 times:

  • /templates/cart/cross-sells.php line 24
    if ( $cross_sells ) : ?>
    
    	<div class="cross-sells">
    		<?php
    		$heading = apply_filters( 'woocommerce_product_cross_sells_products_heading', __( 'You may be interested in&hellip;', 'woocommerce' ) );
    
    		if ( $heading ) :
    			?>
    			<h2><?php echo esc_html( $heading ); ?></h2>
    		<?php endif; ?>