I'd like not to submit sensitive information like my license key of the plugin to my repository. I searched it from the database and wp-content but I don't find it. Where do you store the license key of the pro version? so I would find relief that it's not sent and seen publicly in my repository.
I'd like not to submit sensitive information like my license key of the plugin to my repository. I searched it from the database and wp-content but I don't find it. Where do you store the license key of the pro version? so I would find relief that it's not sent and seen publicly in my repository.
Hello,
The license key is not stored in the WordPress files. It is saved in the database, in the wp_options table.
If by “repository” you mean a Git repository where you store your site files, there’s no need to worry. The license key will not be there.
Thanks,
Alexandre from the Sonaar.io Crew