bp_core_admin_available_tools_page()

Render the Available Tools page.

Description

We register this page on Network Admin as a top-level home for our BuddyPress tools. This displays the default content.

Source

File: bp-core/admin/bp-core-admin-tools.php

function bp_core_admin_available_tools_page() {
	?>
    <div class="wrap">
        <h1><?php esc_attr_e( 'Tools', 'buddyboss' ) ?></h1>

		<?php

		/**
		 * Fires inside the markup used to display the Available Tools page.
		 *
		 * @since BuddyPress 2.0.0
		 */
		do_action( 'bp_network_tool_box' ); ?>

    </div>
	<?php
}

Changelog

Changelog
Version Description
BuddyPress 2.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.