'' . esc_html__('Docs & FAQs', 'fluent-crm') . '',
'support' => '' . esc_html__('Support', 'fluent-crm') . '',
'developer_docs' => '' . esc_html__('Developer Docs', 'fluent-crm') . '',
);
if (!defined('FLUENTCAMPAIGN')) {
$row_meta['pro'] = '' . esc_html__('Upgrade to Pro', 'fluent-crm') . '';
}
return array_merge($links, $row_meta);
}
return (array)$links;
}