getWooClientKey static method
Returns WooCommerce client key. Empty in secure mode — use wooProxy() instead.
Implementation
static String getWooClientKey() {
return _config['wooClientKey'] ?? '';
}
Returns WooCommerce client key. Empty in secure mode — use wooProxy() instead.
static String getWooClientKey() {
return _config['wooClientKey'] ?? '';
}