You are here

function hook_metatag_info_alter in Metatag 7

Alter record insertion provided by modules with the previous hook.

See also

hook_metatag_info()

1 invocation of hook_metatag_info_alter()
metatag_get_info in ./metatag.module
Get the meta tag information array of a meta tag.

File

./metatag.api.php, line 274
API documentation for the Metatag module.

Code

function hook_metatag_info_alter(&$info) {
}