Filter: gform_print_entry_disable_auto_print
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $ | bool | false Auto print is enabled by default. Set to true to disable. |
| $form | array | Current Form object. |
See Also
Since
- 1.9.14.16
Source
Defined in print-entry.php at line 218