Skip to content

Instantly share code, notes, and snippets.

View yursil's full-sized avatar

Yursil Kidwai yursil

  • i-parcel
View GitHub Profile
@yursil
yursil / gist:6262120
Created August 18, 2013 15:08
Auto enroll into group upon registration for Groups Plugin
// Add Group whenever Admin uses Gravity forms to activate them
add_action('gform_activate_user', 'sm_autogroup');
// And / OR Add Group whenever anyone registers
add_action('user_register', 'sm_autogroup');