Due to COVID-19 outbreak, we’re operating with a limited team as a precautionary health measure. So, it may take a bit longer than expected to respond. Thanks for your patience. Stay Safe!
If you want to install Woolementor on client’s site, and don’t want the license key to be visible on the activation page then you should add this code-
<?php add_action( 'admin_head', 'woolementor_hide_key' ); function woolementor_hide_key() { ?> <script> jQuery(function($){ $('#woolementor-pro-woolementor-pro-php').attr('type','password') }) </script> <?php }
Update: as of Woolementor 1.3.0, the license key is always hidden by default.