bbp_setup_updater()

Setup the Forums updater

Description

Source

File: bp-forums/core/update.php

163
164
165
166
167
168
169
170
171
function bbp_setup_updater() {
 
    // Bail if no update needed
    if ( ! bbp_is_update() )
        return;
 
    // Call the automated updater
    bbp_version_updater();
}

Changelog

Changelog
Version Description
bbPress (r3419) 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.