Ошибка Call to a member function get_title() on bool в woocommerce
Не могу понять почему код
$product = wc_get_product( 142 );
echo $product->get_title();
из woocommerce не может быть запущен в functions.php
.
Выводит ошибку
Uncaught Error: Call to a member function get_title() on bool in...
В чём может быть причина?