You are here

function crumbs_html_head_alter in Crumbs, the Breadcrumbs suite 7.2

Implements hook_html_head_alter().

Parameters

array $head_elements:

File

./crumbs.module, line 64
Provides an API for building breadcrumbs.

Code

function crumbs_html_head_alter(array &$head_elements) {
  $head_elements['crumbs_json_ld']['#markup'] = crumbs()->page->jsonLdScriptTag;
}