I restored the staging site,
			
	 
	
 
		
			
	
	
			
			Shane Supporter 
				
								
					
						Languages:  
															English (English									) 
								
				 
								
					
						Timezone:  
							America/Jamaica (GMT-05:00) 
				 
				
	 
	
			
			Hi Doron,
I suspect you forgot to re-add the admin account that you created.
I've enabled the private fields once more so that you can send them.
Thanks,
			
	 
	
 
		
			
	
	
			
			Shane Supporter 
				
								
					
						Languages:  
															English (English									) 
								
				 
								
					
						Timezone:  
							America/Jamaica (GMT-05:00) 
				 
				
	 
	
			
			Hi Doron,
I've updated the code and tested it and this below should resolve the issue now.
	$cfgs = get_posts( [ 
	    'post_type' => 'wp-types-group',
	    'post_title' => 'Toolset WooCommerce',
	    'numberposts' => -1
	]);
	  //wp_delete_post( 57358, true ); 
	foreach ( $cfgs as $cfg ){
      if ($cfg->post_title == 'Toolset WooCommerce' )
	  	  wp_delete_post( $cfg->ID, true ); 
	}
 
 
I've already ran it on your staging site so the items should be deleted now.
Thanks,
			
	 
	
 
		
			
	
	
	
			
			Thank you
			
	 
	
 
		
			
	
	
			
			Shane Supporter 
				
								
					
						Languages:  
															English (English									) 
								
				 
								
					
						Timezone:  
							America/Jamaica (GMT-05:00) 
				 
				
	 
	
			
			Hi Doron,
I did check and saw the issue for you.
However this could be a plugin conflict why the WYSIWYG field isn't saving the data. Even a new field that I created had this issue as well.
Would you mind temporarily disabling all your non-toolset plugins and trying the field again.
Thanks,
			
	 
	
 
		
			
	
	
	
			
			Hi
			
	 
	
 
		
			
	
	
	
			
			also tested it with different Themes, the same problem...
			
	 
	
 
		
			
	
	
	
			
			Hi again
			
	 
	
 
		
			
	
	
			
			Shane Supporter 
				
								
					
						Languages:  
															English (English									) 
								
				 
								
					
						Timezone:  
							America/Jamaica (GMT-05:00) 
				 
				
	 
	
			
			Hi Doron,
My apologies I hadn't noticed the plugin was outdated at the time. I should've checked the release notes on the update.
My focus was mainly on the Toolset Woocommerce Custom fields.
However i'm happy that all the issues have now been resolved.
Thanks,
			
	 
	
 
		
			
	
	
			
			Shane Supporter 
				
								
					
						Languages:  
															English (English									) 
								
				 
								
					
						Timezone:  
							America/Jamaica (GMT-05:00) 
				 
				
	 
	
			
			You can go ahead and mark this ticket as resolved.