woocommerce_email_stock_notification_button_text
woocommerce_email_stock_notification_button_text
Appears in: woocommerce.10.2.2, woocommerce.10.3.4, woocommerce.10.3.5, woocommerce.10.4.3, woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1, woocommerce.10.6.2, woocommerce.10.8.1, woocommerce.10.9.1, woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: filter
Displaying hooks found in version: woocommerce.10.9.4apply_filters('woocommerce_email_stock_notification_button_text') is found 1 times:
- /src/Internal/StockNotifications/Emails/CustomerStockNotificationEmail.php line 155
* @param string $button_text The button text. * @param Notification $notification The notification object. * @param WC_Product $product The product object. */ $button_text = apply_filters( 'woocommerce_email_stock_notification_button_text', _x( 'Shop Now', 'Email notification', 'woocommerce' ), $notification, $product ); /** * Filter the button href. * * @since 10.2.0 *