Browse: Home / Hooks /

learndash_course_grid_price

apply_filters( 'learndash_course_grid_price',  mixed $price,  int $post_id )

Filters the course or group price value.


Description #


Parameters #

$price

(mixed) The price value (can be numeric or string).

$post_id

(int) The ID of the current post.


Return #

(mixed) Modified price value.


Source #

File: includes/course-grid/includes/functions.php


Changelog #

Changelog
Version Description
4.21.4 Introduced.