woocommerce_product_upsells_products_heading

woocommerce_product_upsells_products_heading

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_upsells_products_heading') is found 1 times:

  • /templates/single-product/up-sells.php line 26
    if ( $upsells ) : ?>
    
    	<section class="up-sells upsells products">
    		<?php
    		$heading = apply_filters( 'woocommerce_product_upsells_products_heading', __( 'You may also like&hellip;', 'woocommerce' ) );
    
    		if ( $heading ) :
    			?>
    			<h2><?php echo esc_html( $heading ); ?></h2>
    		<?php endif; ?>