woocommerce_before_account_orders action-hook . WC 1.0
Usage
add_action( 'woocommerce_before_account_orders', 'action_function_name_6089' ); function action_function_name_6089( $has_orders ){ // action... }
- $has_orders
- -
Where the hook is called
In file: /templates/myaccount/orders.php
woocommerce_before_account_orders
woocommerce/templates/myaccount/orders.php 22
do_action( 'woocommerce_before_account_orders', $has_orders ); ?>