woocommerce_my_account_my_orders_title

woocommerce_my_account_my_orders_title

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_my_account_my_orders_title') is found 1 times:

  • /templates/myaccount/my-orders.php line 37
    );
    
    if ( $customer_orders ) : ?>
    
    	<h2><?php echo apply_filters( 'woocommerce_my_account_my_orders_title', esc_html__( 'Recent orders', 'woocommerce' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></h2>
    
    	<table class="shop_table shop_table_responsive my_account_orders">
    
    		<thead>
    			<tr>
    				<?php foreach ( $my_orders_columns as $column_id => $column_name ) : ?>