Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: G-Field – This plugin adds an additional field to group creation


r-a-y
Keymaster

@r-a-y

@nit3watch – It looks like you’re only hooking into the save action after the group is created.

Try adding another save action with “groups_create_group_step_save_group-details”:
add_action( 'groups_create_group_step_save_group-details', 'gfield_save_field' );

See if that works.

Skip to toolbar