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