Filter: gform_full_screen_form_for_display
External filter usable by third-party code to modify/return the form ID for display. Useful for selecting the Form ID based on externally-defined conditions.
Parameters
| Name | Type | Description |
|---|---|---|
| $form_for_display | string | The current Form ID found. |
| $template | string | The current template being loaded by template_load. |
| $json_handler | \GF_JSON_Handler | The JSON handler to query the forms |
Since
- 2.7
- 2.7.4: Added the $json_handler parameter
- 2.7.4: Set the $template param to null
Source
Defined in includes/form-display/full-screen/class-full-screen-handler.php at line 117