Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Billing
  5. Action :wp_travel_after_edit_billing_form

Action :wp_travel_after_edit_billing_form

Fire after billing edit form.

Source

File: /templates/account/form-edit-billing.php
Used by: /templates/account/form-edit-billing.php

Example:

function prefix_wp_travel_after_edit_billing_form() {
  esc_html_e( ‘This is content added using this hook’, ‘text-domain’ );
}
add_action( ‘wp_travel_after_edit_billing_form', 'prefix_wp_travel_after_edit_billing_form’ );
Was this article helpful to you? Yes No

How can we help?