groups_screen_group_admin_delete_group, $bp->groups->current_group->id

groups_screen_group_admin_delete_group, $bp->groups->current_group->id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('groups_screen_group_admin_delete_group, $bp->groups->current_group->id') is found 1 times:

  • /bp-groups/screens/single/admin/delete-group.php line 71
    	 * @since 1.0.0
    	 *
    	 * @param int $id ID of the group that is being displayed.
    	 */
    	do_action( 'groups_screen_group_admin_delete_group', $bp->groups->current_group->id );
    
    	$templates = array(
    		/**
    		 * Filters the template to load for the Delete Group page.
    		 *
    		 * @since 1.0.0