post_grid_pagination_types

Default pagination types

normal
ajax_pagination
next_previous
jquery
loadmore
add_filter('post_grid_pagination_types', 'post_grid_pagination_types_20200614', 10);

function post_grid_pagination_types_20200614( $types){

    $types['custom'] = __('Custom','post-grid-pro');

    return $types;
}

View post on imgur.com