bp_update_to_2_3()
2.3.0 update routine.
Description
- Add notifications meta table.
Source
File: bp-core/bp-core-update.php
function bp_update_to_2_3() {
// Also handled by `bp_core_install()`.
if ( bp_is_active( 'notifications' ) ) {
bp_core_install_notifications();
}
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.3.0 | Introduced. |
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.