How to hide API key in Imagify Plugin
In Imagify WordPress Plugin there is no option to hide the API key, but to hide it here are two tips:
1) In wp-config.php
By adding this line, Imagify will not ask for the API key:
define ('IMAGIFY_API_KEY', 'YOUR_API_KEY');
If you want to remove your Imagify API Key from Imagify plugin settings page, and remove Imagify account information from the “Imagify” admin bar item and Bulk Optimizer page:define ('IMAGIFY_HIDDEN_ACCOUNT', true);
2) Create subaccounts
Another option to hide the API key (of master account) is to create sub-accounts. Each sub-account that you create will have its own API key.
This way, each website can have its own API key.
Additionally, quota can be allotted for each sub-account. For a guide on sub-accounts, view our documentation “How to Create Sub-accounts”.
Your feedback has been sent to our team We value every bit of feedback we receive as it helps us to improve our products and services. Thank you for your time.