If you are developing a website for a client and want to prevent them from seeing, modifying, or accidentally deactivating your theme license, you can completely hide the registration interface from the WordPress dashboard. This works perfectly whether you registered via an Envato Purchase Code or a Direct Store License Key.
To hide the Product Registration form from the Uncode → System Status page, simply add the following configuration constant to your wp-config.php file:
define( 'UNCODE_WHITE_LABEL', true );
Note: Make sure to add this line before the /* That's all, stop editing! Happy publishing. */ comment inside the file. Once saved, the registration form and License Status details will be instantly hidden from the view of any user on the site.
Comments
0 comments
Article is closed for comments.