bp_dd_get_root_admin_page()

Get plugin admin area root page: settings.php for WPMS and tool.php for WP.

Description

Return

(string)

Source

File: bp-core/bp-core-tools-default-data.php

function bp_dd_get_root_admin_page() {
	return is_multisite() ? 'settings.php' : 'tools.php';
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 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.