You are here

function nodewords_custom_nodewords_api in Nodewords: D6 Meta Tags 6.3

Implements hook_nodewords_api().

File

nodewords_custom/nodewords_custom.module, line 16
Allows users to add custom meta tags to Drupal pages.

Code

function nodewords_custom_nodewords_api() {
  return array(
    'version' => '2.11',
  );
}