woocommerce_product_single_add_to_cart_text, $this->get_button_text(
woocommerce_product_single_add_to_cart_text, $this->get_button_text(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_single_add_to_cart_text, $this->get_button_text(') is found 1 times:
- /includes/class-wc-product-external.php line 174
* @access public * @return string */ public function single_add_to_cart_text() { return apply_filters( 'woocommerce_product_single_add_to_cart_text', $this->get_button_text() ? $this->get_button_text() : _x( 'Buy product', 'placeholder', 'woocommerce' ), $this ); } /** * Get the add to cart button text. * * @access public