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
Yes, that's what Internet also says though I couldn't find it there in wp_options. Would you vouch it's there and not viewed publicly?
Hi,
The license is not accessible. It is not public. You don’t need to worry.
Thanks,
Alexandre from the Sonaar.io Crew