team_posttype_team_layout

function team_posttype_team_layout_20200516($args) {

    $args['labels']['name'] = 'My team layout';
    return $args;
}

add_filter('team_posttype_team_layout', 'team_posttype_team_layout_20200516', 99);

 

View post on imgur.com