Filter: gfpdf_gv_directory_widget_html
The PDF markup for one GravityView widget in a Multiple Entry (directory) PDF.
Empty by default — a widget has to opt in, because most of them are controls for a live page rather than content. The Multiple Entries Map widget is the one in the box (\GFPDF\Plugins\PdfForGravityView\Pdf\Maps\StaticMapRenderer::render_widget()).
Parameters
| Name | Type | Description |
|---|---|---|
| $html | string | Markup to queue. Empty means the widget prints nothing. |
| $widget | \GV\Widget | The widget being rendered. |
| $view | \View | The View being rendered. |
| $entries | \Entry_Collection | The rows this document is drawing. |
| $zone | string | header or footer. |
Since
- 2.0
Source
Defined in src/Pdf/DirectoryWriter.php at line 275