You are here

function hook_metatag_config_insert in Metatag 7

Triggered when a Metatag configuration is created.

Parameters

object $config: The configuration object that was created.

1 function implements hook_metatag_config_insert()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

i18n_string_metatag_config_insert in ./metatag.module
Implements hook_config_insert().
1 invocation of hook_metatag_config_insert()
metatag_config_save in ./metatag.module
Save a metatag configuration record to the database.

File

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

Code

function hook_metatag_config_insert($config) {
}