-
hi!
i’m trying to enable the lightbox for the images uploaded to the pins;
i’ve added the hook ‘Customize location bubble image (eg. to add a lightbox)’ to the site’s funcions.php, but can’t get it to work..
maybe i’m missing something i shoul insert in the hook below?add_filter(‘oum_location_bubble_image’, function ( $image, $location ) { // extend or change image $image = ‘<a class=”lightbox” href=”‘ . $location[‘image’] . ‘”>’ . $image . ‘</a>’; return $image; }, 10, 2);
thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘lightbox hook’ is closed to new replies.
Tags
- 3 replies
- 2 participants
- Last reply from: 100plugins
- Last activity: 1 year, 9 months ago
- Status: resolved
