Hello, 
I want to start using ACF to create custom themes to sell on Themeforest, but I want to know if there’s a way for me to hide my Pro ACF license. I’m not sure if it is possiable.
Rob 
				
		
	 
	
	
		
	
		
	
		
		
	
	
		
		
			
		
	
	
		
		
		Hi  @rthomas98 
Please keep in mind that you’re not supposed to give your license key to your customers. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/including-acf-in-a-plugin-theme/.
Regarding your question, I’m afraid you can’t hide the license menu, but you can always hide the ACF menu entirely with this code:
add_filter('acf/settings/show_admin', '__return_false');
I hope this helps 🙂
				
		
	 
	
	
		
	
		
	
		
		
	
	
		
		
			
		
	
	
		
		
		Thanks, this is exactly what I was looking for.
Regards