10,
'network_admin' => true,
'fields' => apply_filters(
'tribe_network_settings_tab_fields', array(
'info-start' => array(
'type' => 'html',
'html' => '
',
),
'info-box-title' => array(
'type' => 'html',
'html' => '
' . esc_html__( 'Network Settings', 'tribe-common' ) . '
',
),
'info-box-description' => array(
'type' => 'html',
'html' => '
' . esc_html__( 'This is where all of the global network settings for Modern Tribe\'s The Events Calendar can be modified.', 'tribe-common' ) . '
',
),
'info-end' => array(
'type' => 'html',
'html' => '
',
),
'hideSettingsTabs' => array(
'type' => 'checkbox_list',
'label' => esc_html__( 'Hide the following settings tabs on every site:', 'tribe-common' ),
'default' => false,
'options' => $allTabs,
'validation_type' => 'options_multi',
'can_be_empty' => true,
),
)
),
);