bbp_setup_updater()
Setup the bbPress updater
Description Description
Source Source
File: includes/core/update.php
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 |
---|---|
2.0.0 | Introduced. |