Browse: Home / Hooks /

learndash_template_content_on_listing_is_hidden

apply_filters( 'learndash_template_content_on_listing_is_hidden',  bool $is_hidden,  int $post_id )

Filters the content on the listing pages to be hidden or shown.


Description #


Parameters #

$is_hidden

(bool) True to hide content. Default true.

$post_id

(int) Current Post ID.


Return #

(bool) True to hide content. False to show content.


Source #

File: includes/class-ld-cpt-instance.php


Changelog #

Changelog
Version Description
4.20.0.2 Introduced.