Browse: Home / Hooks /

learndash_label_to_slug

apply_filters( 'learndash_label_to_slug',  string $label,  string $key )

Filters the value of the slug after the conversion from the label. Used to filter slug value in label_to_slug function.


Description #


Parameters #

$label

(string) Label entered on settings page.

$key

(string) Key name of setting field.


Source #

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


Changelog #

Changelog
Version Description
4.5.0 Introduced.