Use WC functions to get short and full description in products widget
[MAILPOET-1843]
This commit is contained in:
committed by
Rostislav Wolný
parent
3f9da22500
commit
b40e4bb28a
@@ -24,3 +24,6 @@ function wc_price(float $price, array $args = []): string {
|
||||
return '';
|
||||
}
|
||||
|
||||
function wc_get_product($the_product = false, $deprecated = array()) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user