Skip to main content

Filter: gk/gravityexport/pdf/footer

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gk/gravityexport/pdf/footer (base hook)
  • gk/gravityexport/pdf/footer_1 (with first modifier value)

Modify the PDF footer HTML.

Parameters

NameTypeDescription
$footerstring[]The HTMLs.
$mpdf_variablesstring[]Mapping of available PDF variables.
$formarrayThe form object.

Since

  • $ver$: $ver$

Source

Defined in add-ons/pdf-renderer/src/Plugin.php at line 463