bp_version()

Output the BuddyPress version.


Description Description


Source Source

File: bp-core/bp-core-functions.php

function bp_version() {
	echo bp_get_version();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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