WP Filter to change the URL of an Anchor wrapping the last gallery image

By javascript, You should replace the link on the last item with new one and change tag’s attribute, data-slb-active, to “0”.
Please use the following javascript.

jQuery(“#gallery-1 .gallery-item:last-of-type a”).attr(“href”, “https://herodevelopment.com.au/allbathroomgear/album/bathrooms/”).attr(“data-slb-active”, “0”);