Browse: Home / Hooks /

learndash_course_grid_currency

apply_filters( 'learndash_course_grid_currency',  string $currency,  int $post_id )

Filters the currency symbol used in course grid display.


Description #


Parameters #

$currency

(string) Currency symbol.

$post_id

(int) Post ID.


Return #

(string) Modified currency symbol.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.