Warning: This function has been deprecated.

bp_maintenance_mode()

Output the BuddyPress maintenance mode


Description Description


Source Source

File: bp-core/deprecated/1.7.php

function bp_maintenance_mode() {
	echo bp_get_maintenance_mode();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 This function has been deprecated.
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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