woocommerce_after_edit_account_address_form action-hook . WC 1.0
Usage
add_action( 'woocommerce_after_edit_account_address_form', 'action_function_name_1314' ); function action_function_name_1314(){ // action... }
Where the hook is called
woocommerce_after_edit_account_address_form
woocommerce/templates/myaccount/form-edit-address.php 56
<?php do_action( 'woocommerce_after_edit_account_address_form' ); ?>