nb_cpf_settings_admin_tabs(); ?>
:
:
:
:
__('Country Field Settings', 'nb-cpf'),
'phone' => __('Phone Field Settings', 'nb-cpf'),
//'ip_api' => __('IP API Settings', 'nb-cpf'),
'help' => __('Documentation', 'nb-cpf'),
);
$links = array();
if ( isset ( $_GET['tab'] ) ) :
$current = esc_attr($_GET['tab']);
else:
$current = 'country';
endif;
foreach( $tabs as $tab => $name ) :
if ( $tab == $current ) :
$links[] = '