Skip to main content

Filter: gform_print_entry_disable_auto_print

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gform_print_entry_disable_auto_print (base hook)
  • gform_print_entry_disable_auto_print_1 (with first modifier value)

Disable auto-print when the Print Entry view has fully loaded.

Parameters

NameTypeDescription
$boolfalse Auto print is enabled by default. Set to true to disable.
$formarrayCurrent Form object.

See Also

Since

  • 1.9.14.16

Source

Defined in print-entry.php at line 218