if( $product->is_in_stock() && $product->managing_stock() && $stock<= get_option( 'woocommerce_notify_low_stock_amount') ) $text.= '. Get it today to avoid 5+ days restocking delay!';
return$text;
}
Changing the scarcity message on the WooCommerce single product page