Browse: Home / Functions /

learndash_get_label_course_step_back

learndash_get_label_course_step_back( string $step_post_type,  boolean $plural = false )

Get Course Step “Back to .


Description #

.." label.


Parameters #

$step_post_type

(string) (Required) The post_type slug of the post to return label for.

$plural

(boolean) (Optional) True if the label should be the plural label. Default is false for single.

Default value: false


Return #

(string) label.


Source #

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


Changelog #

Changelog
Version Description
3.0.7 Introduced.