woocommerce_account_dashboard
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/templates/myaccount/dashboard.php 65
do_action( 'woocommerce_account_dashboard' );