You are here

function gdpr_compliance_page_bottom in General Data Protection Regulation Compliance 8

Implements hook_page_bottom().

File

./gdpr_compliance.module, line 19
Contains Hooks.

Code

function gdpr_compliance_page_bottom(array &$page_bottom) {
  PageBottom::hook($page_bottom);
}