Browse: Home / Hooks /

learndash_model_product_type_label

apply_filters( 'learndash_model_product_type_label',  string $type_label,  Learndash_Product_Model $product )

Filters product type label.


Description #


Parameters #

$type_label

(string) Product type label. Course/Group.

$product

(Learndash_Product_Model) Product model.


Return #

(string) Product type label.


Source #

File: includes/models/class-learndash-product-model.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.