Description
This hook is used to add first and last name fields to a registration form.
You can also use this hook to add your own output to a registration form. See example.
Usage
function b3_after_first_last() {
echo 'Your output';
}
add_action( 'b3_add_first_last_name_fields', 'b3_after_first_last' );
Used in
- includes/actions-wp.php - line 12