Action: gk/gravityview/datatables/output/before
Runs before generating the output data.
This is helpful for adding filters that will modify the output downstream. For example, this is used by the GravityView LifterLMS integration.
Parameters
| Name | Type | Description |
|---|---|---|
| $entries | \GV\Entry_Collection | The collection of entries for the current search. |
| $view | \View | The View. |
| $post | \WP_Post | The current View or post/page where View is embedded. |
Since
- TODO: TODO
Source
Defined in includes/class-datatables-data.php at line 628