'Skip 1st Woocommerce subscription renewal after order

I'm using a plugin to create a subscription schedule so that the subscription is processed on specific dates. For example, the next subscription is set to execute on Oct. 17. If a customer orders today, Sept. 27, I want them to be charged today to secure the order, but not again on the 17th. After that, they can follow the regular schedule. Is there a way to add something into my functions file that would skip the 1st renewal only (ie the 1st order after the parent order)?

I'm open to other suggestions on how to do this. Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source