bp_setup_updater()

Set up the BuddyPress updater.

Description

Source

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

151
152
153
154
155
156
157
158
159
function bp_setup_updater() {
 
    // Are we running an outdated version of BuddyPress?
    if ( ! bp_is_update() ) {
        return;
    }
 
    bp_version_updater();
}

Changelog

Changelog
Version Description
BuddyPress 1.6.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.