Skip to main content

Filter: gk/gravityview/lightbox/entry/link

Filters the markup of Single Entry or Edit Entry links that open inside a lightbox.

Parameters

NameTypeDescription
$entry_link_markupstringThe full HTML markup for the entry link.
$entry_link_urlstringThe entry link URL.
$link_textstringThe anchor text of the link.
$attsarrayThe HTML attributes for the link.
$view\GravityView_ViewThe View object.
$context\Template_ContextThe template context.
$is_restboolWhether the link is rendered in a REST context.
$is_editboolWhether 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.