Filter: gravityview/view_collection/from_post/meta_keys
Define meta keys to parse to check for GravityView shortcode content.
This is useful when using themes that store content that may contain shortcodes in custom post meta.
Parameters
| Name | Type | Description |
|---|---|---|
| $meta_keys | array | Array of key values to check. If empty, do not check. Default: empty array |
| $post | \WP_Post | The post that is being checked |
| $views | \GV\View_Collection | The current View Collection object, passed as reference |
Since
Source
Defined in future/includes/class-gv-collection-view.php at line 112