post_grid_view_types

add_filter('post_grid_view_types', 'post_grid_view_types_20200614', 10);

function post_grid_view_types_20200614( $args){

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

    return $args;
}

View post on imgur.com