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’ );