Browse: Home / Functions /

learndash_get_custom_label

learndash_get_custom_label( string $field )

Utility function to get a custom field label.


Description #


Parameters #

$field

(string) (Required) Field label to retrieve.


Return #

(string) Field label. Empty of none found.


Source #

File: includes/class-ld-custom-label.php


Changelog #

Changelog
Version Description
2.6.0 Introduced.