bp_core_update_activity_favorites()

Update activity favorites data

Description

Source

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

1062
1063
1064
1065
1066
function bp_core_update_activity_favorites() {
    if ( bp_is_active( 'activity' ) ) {
        bp_activity_favorites_upgrade_data();
    }
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.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.