You are here

function opengraph_meta_theme in Open Graph meta tags 7.2

Implements hook_theme().

File

./opengraph_meta.module, line 192

Code

function opengraph_meta_theme() {
  $theme['opengraph_meta_thumbnail'] = [
    'variables' => [
      'image' => NULL,
    ],
  ];
  return $theme;
}