Support may delay or unavailable from 30-03-2025 to 10-04-2025 due to Eid Holyday break.

post_grid_loop_bottom

See the code sample here.

add_action('post_grid_loop_bottom', 'post_grid_loop_bottom_20200614', 10, 2);

function post_grid_loop_bottom_20200614($args, $post_grid_wp_query){
    $grid_id = $args['grid_id'];
    $post_grid_options = $args['options'];

    ?>
    <div class="item item-52833 skin flat even 0 ">Custom HTML here</div>
    <?php
}

View post on imgur.com