bbp_setup_updater()

Setup the Forums updater

Description

Source

File: bp-forums/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
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.