woocommerce_show_page_title filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_show_page_title', 'filter_function_name_3821' ); function filter_function_name_3821( $true ){ // filter... return $true; }
- $true
- -
Where the hook is called
In file: /templates/archive-product.php
woocommerce_show_page_title
woocommerce/templates/archive-product.php 33
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
woocommerce/includes/wc-template-functions.php 977
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>