Filter: gk/gravityview/lightbox/entry/link
Filters the markup of Single Entry or Edit Entry links that open inside a lightbox.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry_link_markup | string | The full HTML markup for the entry link. |
| $entry_link_url | string | The entry link URL. |
| $link_text | string | The anchor text of the link. |
| $atts | array | The HTML attributes for the link. |
| $view | \GravityView_View | The View object. |
| $context | \Template_Context | The template context. |
| $is_rest | bool | Whether the link is rendered in a REST context. |
| $is_edit | bool | Whether the link is for editing an entry. |
Since
Source
Defined in includes/extensions/lightbox-entry/class-gravityview-lightbox-entry.php at line 355
Returns
Filtered entry link markup.