lightbox hook
-
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)
- You must be logged in to reply to this topic.