b3_do_after_first_last_name()

Description

This hook is used to add something right after the first/last name fields.

Usage

  1. function b3_do_after_first_last_name() {
  2.     echo 'Your output';
  3. }
  4. add_action( 'b3_do_after_first_last_name', 'b3_do_after_first_last_name' );

Used in

Tags