Recurring services are behind a default-off feature flag and their settings, wizard section, and admin page are hidden. If you have installed Pro 1.3.0 and cannot find any of the screens below, nothing is broken – the feature is not enabled yet.
The code ships (including its REST routes and Stripe webhook handling) so the feature can be finished and turned on without a migration, but it is not supported for production use and we do not recommend selling recurring services on 1.3.0.
Once the filter returns true, the settings appear under Sell Services > Settings > Orders & Disputes and the rest of this page applies. We will announce general availability in a release note; this banner comes down at that point.
Vendors can enable recurring billing directly from the frontend wizard at Dashboard > Create Service > Pricing step. A Recurring Billing section appears in the Pricing step when all of these are true:
The Pro plugin is active.
The wpss_pro_recurring_feature_available filter returns true (see the notice above).
Recurring services are globally enabled in Sell Services > Settings > Orders & Disputes.
Toggle Enable recurring billing on, then pick a billing frequency: Weekly, Monthly, Quarterly, or Yearly.
Mark the package as Recurring and pick the interval.
Buyers see the interval on the service page and at checkout.
Recurring billing runs on Stripe. Each cycle creates a new order for the vendor automatically, so delivery and messaging work exactly like one-off orders.
Buyers see and cancel their subscriptions from their dashboard.
Vendors see active subscribers per service.
Admins get a Subscriptions page under Sell Services in wp-admin, listing every subscription with status, next renewal, and cancel controls. This menu item only registers while the feature flag is on.