woocommerce_email_stock_notification_button_text

woocommerce_email_stock_notification_button_text

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

apply_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
    		 *