Browse: Home / Hooks /

learndash_course_grid_custom_button_text

apply_filters( 'learndash_course_grid_custom_button_text',  string $button_text,  int $post_id )

Filters the button text for course grid items.


Description #


Parameters #

$button_text

(string) The text displayed on the course grid button.

$post_id

(int) The ID of the current post.


Return #

(string) Modified button text.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.