Search Documentation

WP Travel Developer Documentation

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

Action :wp_travel_user_dashboard_after_account_info

Fire after account info in user dashboard.

Source

File: /templates/account/tab-content/dashboard.php
Used by: /templates/account/tab-content/dashboard.php

Example:

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

How can we help?