Fire after billing save changes button.
Source
File: /templates/account/form-edit-billing.php
Used by: /templates/account/form-edit-billing.php
Example:
function prefix_wp_travel_edit_billing_form() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_edit_billing_form', 'prefix_wp_travel_edit_billing_form’ );