You are here

constant NODEWORDS_TYPE_PAGE in Nodewords: D6 Meta Tags 6.2

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_PAGE
  2. 6 nodewords.module \NODEWORDS_TYPE_PAGE
18 uses of NODEWORDS_TYPE_PAGE
hook_nodewords_delete_tags in ./nodewords.api.php
Notifies modules when meta tags are deleted.
hook_nodewords_tags_alter in ./nodewords.api.php
Alters the meta tags content.
nodewords_add_tokens_help in ./nodewords.module
Add the tokens help to the form.
nodewords_admin_mass_update in nodewords_admin/nodewords_admin.module
Delete the nodes meta tags.
nodewords_admin_settings_form in nodewords_admin/nodewords_admin.admin.inc
Menu callback: settings form.

... See full list

File

./nodewords.module, line 28
Implement an API that other modules can use to add meta tags.

Code

define('NODEWORDS_TYPE_PAGE', 10);