You are here

function metatag_context_context_page_reaction in Metatag 7

Implements hook_context_page_reaction().

File

metatag_context/metatag_context.module, line 79
Primary hook implementations for Metatag Context.

Code

function metatag_context_context_page_reaction() {
  if ($plugin = context_get_plugin('reaction', 'metatag_context_reaction')) {
    $plugin
      ->execute();
  }
}