The module should re-implement the code that allowed third-party modules to change the meta tags content through hook_nodewords_tags_alter(&tags, $id, $options).
The module should re-implement the code that allowed third-party modules to change the meta tags content through hook_nodewords_tags_alter(&tags, $id, $options).
Comments
Comment #1
avpadernoThe code has been changed, and committed in CVS.
Rather than using
hook_nodewords_tags_alter(), the code useshook_nodewords_tags_output_alter()because it allows third-party modules to alter the output of the module before it is added to the HTML output, or to the search index.