woocommerce_my_account_after_my_address, $name
woocommerce_my_account_after_my_address, $name
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_my_account_after_my_address, $name') is found 1 times:
- /templates/myaccount/my-address.php line 83
* * @param string $name Address type. * @since 8.7.0 */ do_action( 'woocommerce_my_account_after_my_address', $name ); ?> </address> </div> <?php endforeach; ?>