Browse: Home / Hooks /

learndash_course_grid_ribbon_text

apply_filters( 'learndash_course_grid_ribbon_text',  string $ribbon_text,  int $post_id,  string $price_type )

Filters the individual course ribbon text.


Description #


Parameters #

$ribbon_text

(string) Returned ribbon text

$post_id

(int) Course ID

$price_type

(string) Course price type


Return #

(string) Ribbon text.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.