BBP_Admin::new_install()

If this is a new installation, create some initial forum content.

Description

Return

(type)

Source

File: bp-forums/admin/admin.php

	public static function new_install() {
		if ( !bbp_is_install() )
			return;

		bbp_create_initial_content();
	}

Changelog

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