This action is used after list of photos in a single gallery
function my_custom_gallery_after_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_list_photos', 'my_custom_gallery_after_listphoto');The result can look like this:
List of all hooks you can find HERE