Browse: Home / Hooks /

learndash_model_product_pricing_type

apply_filters( 'learndash_model_product_pricing_type',  string $pricing_type,  Learndash_Product_Model $product )

Filters product pricing type.


Description #


Parameters #

$pricing_type

(string) Product pricing type.

$product

(Learndash_Product_Model) Product model.


Return #

(string) Product pricing type.


Source #

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


Changelog #

Changelog
Version Description
4.5.0 Introduced.