Browse: Home / Hooks /

learndash_course_grid_author

apply_filters( 'learndash_course_grid_author',  array $author,  int $post_id,  int $author_id )

Filters the author data for the course grid.


Description #


Parameters #

$author

(array) The author data containing name and avatar.

$post_id

(int) The ID of the current post.

$author_id

(int) The ID of the post author.


Return #

(array) Modified author data.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.