Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Hooks / dozent_course_raw_price

apply_filters( 'dozent_course_raw_price', bool|float $price, int $course_id, string $price_type )

Filter the course price


Parameters

$price

(bool|float)

$course_id

(int) Course id

$price_type

(string) Course Price Type


Source

File: classes/Course.php

Expand full source code Collapse full source code


Related

Used By

Used By
Used By Description
classes/Course.php: Course::price()

Changelog

Changelog
Version Description
Dozent 1.0.0 Introduced.
© 2023, Dozent LMS