Skip to content

Commit

Permalink
new extension hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean committed May 15, 2019
1 parent d92aefd commit a201f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Extensions/SEODataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ public function GenerateMetaTags()
}

$record->extend('MetaTags', $tags);
$record->invokeWithExtensions('updateMetaTags', $tags);

return $tags;

Expand Down

0 comments on commit a201f0f

Please sign in to comment.