learndash_billing_cycle_setting_field_html( int $post_id, string $post_type = '' )
Billing Cycle field html output for courses
Description #
Parameters #
- $post_id
-
(int) (Required) Post ID.
- $post_type
-
(string) (Optional) Post type slug.
Default value: ''
Return #
(string) HTML input and selector for billing cycle field.
Source #
File: sfwd-lms/includes/settings/settings-billing-functions.php
Changelog #
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |