Browse: Home / Hooks /

learndash_course_grid_template_post_attributes

apply_filters( 'learndash_course_grid_template_post_attributes',  array<string, ,  WP_Post $post )

Filters the post attributes for course grid template.


Description #


Parameters #

(<span class="arrayarray<string,) mixed> $atts The shortcode attributes.

$post

(WP_Post) The post object.


Return #

(array<string,) mixed> Modified post attributes.


Source #

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


Changelog #

Changelog
Version Description
4.21.4 Introduced.