Commit 345b4b69 authored by Andrew Chappell's avatar Andrew Chappell Committed by Damien McKenna
Browse files

Issue #3308774 by achap, DamienMcKenna: Allow modules to alter views before building meta tags.

parent a88eee68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ Metatag 8.x-1.x-dev, 2022-xx-xx
  placed on same page.
#3335302 by DamienMcKenna, bsnodgrass, Anna D: Deprecated function:
  str_replace() line 432 MetaNameBase.php.
#3308774 by achap, DamienMcKenna: Allow modules to alter views before building
  meta tags.


Metatag 8.x-1.22, 2022-09-29
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ function metatag_views_get_view_tags($view, $display_id = NULL, $args = []) {
  }
  $view->setDisplay($display_id);
  $view->setArguments($args);
  $view->preExecute();
  $view->buildTitle();

  // And get the list of extenders for this display.