Browse: Home / Hooks /

learndash_model_product_type_label

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

Filters product type label.


Description #


Parameters #

$type_label

(string) Product type label. Course/Group.

$product

(LearnDashCoreModelsProduct) Product model.


Return #

(string) Product type label.


Source #

File: src/Core/Models/Product.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.