Browse: Home / Hooks /

learndash_billing_cycle_settings_field_html

apply_filters( 'learndash_billing_cycle_settings_field_html',  string $html,  int $post_id,  string $post_type )

Filters billing cycle settings field html.


Description #


Parameters #

$html

(string) HTML content for settings field.

$post_id

(int) Post ID.

$post_type

(string) Post type slug.


Source #

File: includes/settings/settings-billing-functions.php


Changelog #

Changelog
Version Description
3.5.0 Introduced.