bp_after_group_invites_creation_step

  • do_action( 'bp_after_group_invites_creation_step' )

    Source Reference:

    • Component: BuddyPress:: bp-themes
      File: /bp-themes/bp-default/groups/create.php :: Trac Source Line: 258
      						<div id="message" class="info">
      							<p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
      						</div>
      
      					<?php endif; ?>
      
      					<?php wp_nonce_field( 'groups_create_save_group-invites' ); ?>
      
      					<?php do_action( 'bp_after_group_invites_creation_step' ); ?>
      
      				<?php endif; ?>
      
      				<?php do_action( 'groups_custom_create_steps' ); // Allow plugins to add custom group creation steps ?>
      
      				<?php do_action( 'bp_before_group_creation_step_buttons' ); ?>
      
      				<?php if ( 'crop-image' != bp_get_avatar_admin_step() ) : ?>
      
      					<div class="submit" id="previous-next">
      

Comments are closed.