woocommerce_show_page_title

woocommerce_show_page_title

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_show_page_title') is found 3 times:

  • /includes/wc-template-functions.php line 989
     
    		} else {
    			?>
    
    			<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
    
    				<h1 class="page-title"><?php woocommerce_page_title(); ?></h1>
    
    			<?php endif; ?>
    
    			<?php do_action( 'woocommerce_archive_description' ); ?>
    
  • /src/Blocks/BlockTypes/ClassicTemplate.php line 262
    			 * Allows controlling the display of the page title.
    			 *
    			 * @since 6.3.0
    			 */
    			if ( apply_filters( 'woocommerce_show_page_title', true ) ) {
    				?>
    				<h1 class="woocommerce-products-header__title page-title">
    					<?php
    						woocommerce_page_title();
    					?>
    				</h1>
    
  • /templates/archive-product.php line 33

    do_action( ‘woocommerce_before_main_content’ );

    ?>