Skip to main content

Filter: gk/gravityexport/pdf/header/title

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gk/gravityexport/pdf/header/title (base hook)
  • gk/gravityexport/pdf/header/title_1 (with first modifier value)

Modify the PDF title HTML.

Parameters

NameTypeDescription
$htmlstringThe HTML.
$titlestringThe page title.
$formarrayThe form object.

Since

  • $ver$: $ver$

Source

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