Warning: This function has been deprecated.

bp_get_maintenance_mode()

Return the BuddyPress maintenance mode


Description Description


Return Return

(string) The BuddyPress maintenance mode


Top ↑

Source Source

File: bp-core/deprecated/1.7.php

	function bp_get_maintenance_mode() {
		return buddypress()->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.