WC_Product::single_add_to_cart_text()
Get the add to cart button text for the single page.
Метод класса: WC_Product{}
Хуки из метода
Возвращает
Строку
.
Использование
$WC_Product = new WC_Product(); $WC_Product->single_add_to_cart_text();
Код WC_Product::single_add_to_cart_text() WC Product::single add to cart text WC 9.7.1
public function single_add_to_cart_text() { return apply_filters( 'woocommerce_product_single_add_to_cart_text', __( 'Add to cart', 'woocommerce' ), $this ); }