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

avpaderno’s picture

Title: Changing meta tags inside the php script » Changing meta tags from PHP code
Status: Active » Fixed

It 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.