Hi.
In my meta_tags.php I have following:
// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, ..., online shopping');
Is there a way to get rid of these 'CUSTOM_KEYWORDS'?
If I delete 'ecommerce, ..., online shopping'..., I still will have comma at the end of my keywords in code...
Thanks.



