bp_core_get_tools_import_profile_settings_admin_tabs( $tabs )
Description
Source
File: bp-core/admin/bp-core-admin-functions.php
function bp_core_get_tools_import_profile_settings_admin_tabs( $tabs ) {
$tabs[] = array(
'href' => get_admin_url( '', add_query_arg( array( 'page' => 'bp-member-type-import', 'tab' => 'bp-member-type-import' ), 'admin.php' ) ),
'name' => __( 'Import Profile Types', 'buddyboss' ),
'slug' => 'bp-member-type-import'
);
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.