woocommerce_edit_account_form action-hookWC 2.6.0

My Account edit account form.

Usage

add_action( 'woocommerce_edit_account_form', 'wp_kama_woocommerce_edit_account_form_action' );

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

	// action...
}

Changelog

Since 2.6.0 Introduced.

Where the hook is called

In file: /templates/myaccount/form-edit-account.php
woocommerce_edit_account_form
woocommerce/templates/myaccount/form-edit-account.php 80
do_action( 'woocommerce_edit_account_form' );

Where the hook is used in WooCommerce

Usage not found.