How can I change meta tags insite my php script. I have seen there is a function _nodewords_set, can I use it to change meta tags for current page and how?
Thank you.
How can I change meta tags insite my php script. I have seen there is a function _nodewords_set, can I use it to change meta tags for current page and how?
Thank you.
Comments
Comment #1
avpadernoIt is possible to use
_nodewords_set()from PHP code you write; take in consideration that is a private function, which could be changed at any time. Being this the case, you need to verify that your code always work, after you install a new version of the module.