Browse: Home / Hooks /

learndash_trial_duration_settings_field_html

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

Filters trial duration 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.6.0 Introduced.