woocommerce_archive_description

woocommerce_archive_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_archive_description') is found 3 times:

  • /includes/wc-template-functions.php line 995
    				<h1 class="page-title"><?php woocommerce_page_title(); ?></h1>
    
    			<?php endif; ?>
    
    			<?php do_action( 'woocommerce_archive_description' ); ?>
    
    			<?php if ( woocommerce_product_loop() ) : ?>
    
    				<?php do_action( 'woocommerce_before_shop_loop' ); ?>
    
    				<?php woocommerce_product_loop_start(); ?>
    
  • /src/Blocks/BlockTypes/ClassicTemplate.php line 279

    * @see woocommerce_product_archive_description() Renders the product archive description (priority 10)
    *
    * @since 6.3.0
    */
    do_action( ‘woocommerce_archive_description’ );
    ?>

  • /templates/archive-product.php line 44

    *
    * @hooked woocommerce_taxonomy_archive_description – 10
    * @hooked woocommerce_product_archive_description – 10
    */
    do_action( ‘woocommerce_archive_description’ );
    ?>

See this hook used in plugins: