Hi Paolo.
I just fixed this line in the functions.php file of a child theme and works fine.
// the $post var contains all the listing info so we can add conditions
global $post;
// only remove the tab if the post type is
gd_place
if ($post->post_type==has_term ( ‘suggest’, ‘gd_placecategory’ )) {{//rest of the function}
Thanks for your help.