groups_create_group_step_save_ . bp_get_groups_current_create_step(
groups_create_group_step_save_ . bp_get_groups_current_create_step(
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('groups_create_group_step_save_ . bp_get_groups_current_create_step(') is found 1 times:
- /bp-groups/actions/create.php line 152
* in the creation process. * * @since 1.1.0 */ do_action( 'groups_create_group_step_save_' . bp_get_groups_current_create_step() ); /** * Fires after the group creation step is completed. * * Mostly for clearing cache on a generic action name. *