Browse: Home / Hooks /

learndash_course_grid_price_text_format

apply_filters( 'learndash_course_grid_price_text_format',  string $format )

Filters the format for displaying price text in the course grid.


Description #

Default format is ‘{currency}{price}’ where placeholders are replaced with actual values.


Parameters #

$format

(string) The price format string with placeholders.


Return #

(string) Modified price format.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.