bbp_core_get_import_forum_tools_settings_admin_tabs( $tabs )

Description

Source

File: bp-forums/admin/functions.php

function bbp_core_get_import_forum_tools_settings_admin_tabs( $tabs ) {


	$tabs[] = array(
		'href' => get_admin_url( '', add_query_arg( array( 'page' => 'bbp-converter', 'tab' => 'bbp-converter' ), 'admin.php' ) ),
		'name' => __( 'Import Forums', 'buddyboss' ),
		'slug' => 'bbp-converter'
	);

	return $tabs;
}

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.