Description
This hook is used to add something right after the first/last name fields.
Usage
function b3_do_after_first_last_name() {
echo 'Your output';
}
add_action( 'b3_do_after_first_last_name', 'b3_do_after_first_last_name' );
Used in
- includes/actions-b3.php - line 229