Browse: Home / Hooks /

learndash_student_shortcode_view_content

apply_filters( 'learndash_student_shortcode_view_content',  bool $view_content,  array $atts )

Filters student shortcode if user can view content.


Description #


Parameters #

$view_content

(bool) Whether to view content.

$atts

(array) An array of shortcode attributes.


Source #

File: includes/shortcodes/ld_student.php


Changelog #

Changelog
Version Description
4.4.0 Introduced.