Inject “Internal Name” (Nickname) and “Company” Entry Fields into WP “Add New User” Screen
// Inject Nickname and Company fields into Add New User screen add_action(‘user_new_form’, function($form_type) { if ($form_type !== ‘add-new-user’) return; ?>Continue reading