NO BUG: Polylang & Non-Localized Bricks Templates Since Version 2.0

This should now be fixed in 2.0.2 :slight_smile:

See my reply here:

add_filter('pll_get_post_types', function( $post_types, $is_settings ) {
    unset( $post_types[ 'bricks_template' ] );
    return $post_types;
}, 10, 2);
1 Like