Browse: Home / Hooks /

learndash_profile_show_saved_cards

apply_filters( 'learndash_profile_show_saved_cards',  bool $show_saved_cards,  array<string,mixed> $atts )

Filters whether to show the saved cards in the profile.


Description #


Parameters #

$show_saved_cards

(bool) Whether to show the saved cards.

$atts

(<span class="array">array) Shortcode attributes.


Return #

(bool) Whether to show the saved cards.


Source #

File: includes/shortcodes/ld_profile.php


Changelog #

Changelog
Version Description
4.25.3 Introduced.