Fire after user registration form password.
Source
File: /templates/account/form-login.php
Used by: /templates/account/form-login.php
Example:
function prefix_wp_travel_after_registration_form_password() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_after_registration_form_password', 'prefix_wp_travel_after_registration_form_password’ );