add_filter('post_grid_orderby', 'post_grid_orderby_20200614', 10);
function post_grid_orderby_20200614( $args){
$args['custom'] = __('Custom','post-grid');
return $args;
}
add_filter('post_grid_orderby', 'post_grid_orderby_20200614', 10);
function post_grid_orderby_20200614( $args){
$args['custom'] = __('Custom','post-grid');
return $args;
}