bb_update_to_1_3_5()

1.3.5 update routine.

Description

  • Create the invitations table.
  • Migrate requests and invitations to the new table.

Source

File: bp-core/bp-core-update.php

function bb_update_to_1_3_5() {
	bp_core_install_invitations();

	if ( bp_is_active( 'groups' ) ) {
		bp_groups_migrate_invitations();
	}
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.