This should now be fixed in 2.0.2 ![]()
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);
This should now be fixed in 2.0.2 ![]()
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);