Filter: gform_disable_print_form_scripts
Determine if scripts and stylesheets should be printed or enqueued when processing form shortcodes after headers have been sent.
Parameters
| Name | Type | Description |
|---|---|---|
| $disable_print_form_script | bool | Defaults to false. |
| $form | array | The form object for the shortcode being processed. |
| $is_ajax | bool | Indicates if ajax was enabled on the shortcode. |
Since
Source
Defined in common.php at line 4542