Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

test

// Register User Contact Methods
function custom_user_contact_methods( $user_contact_method ) {


	return $user_contact_method;

}
add_filter( 'user_contactmethods', 'custom_user_contact_methods' );