Always fetch styles from WooCommerce [MAILPOET-2569]

This commit is contained in:
wxa
2019-12-12 15:09:03 +03:00
committed by wxa
parent 94f1ab0093
commit f9ec25213d
7 changed files with 46 additions and 6 deletions

View File

@@ -47,6 +47,10 @@ function wc_light_or_dark(string $color, string $dark, string $light) {
return '';
}
function wc_hex_is_light(string $color) {
return false;
}
function wc_get_product($the_product = false, $deprecated = []) {
return null;
}