BP_Admin::is_new_install()

Return true/false based on whether a query argument is set.


Description Description

See also See also


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: bp-core/classes/class-bp-admin.php

	public static function is_new_install() {
		return (bool) isset( $_GET['is_new_install'] );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.