post_grid_orderby

add_filter('post_grid_orderby', 'post_grid_orderby_20200614', 10);

function post_grid_orderby_20200614( $args){

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

    return $args;
}

View post on imgur.com