Description
This hook adds custom password fields (if activated).
You can also use this hook to add your own output to a registration form. See example.
Usage
function b3_after_passwords() {
echo 'Your output';
}
add_action( 'b3_add_password_fields', 'b3_after_passwords' );
Used in
- templates/register.php - line 34