woocommerce_account_dashboard action-hookWC 2.6.0

My Account dashboard.

Usage

add_action( 'woocommerce_account_dashboard', 'wp_kama_woocommerce_account_dashboard_action' );

/**
 * Function for `woocommerce_account_dashboard` action-hook.
 * 
 * @return void
 */
function wp_kama_woocommerce_account_dashboard_action(){

	// action...
}

Changelog

Since 2.6.0 Introduced.

Where the hook is called

In file: /templates/myaccount/dashboard.php
woocommerce_account_dashboard
woocommerce/templates/myaccount/dashboard.php 65
do_action( 'woocommerce_account_dashboard' );

Where the hook is used in WooCommerce

Usage not found.