Browse: Home / Hooks /

learndash_shortcode_profile_before_template

do_action( 'learndash_shortcode_profile_before_template',  array<string,mixed> $atts,  string $shortcode_slug )

Action before the profile shortcode template is rendered.


Description #


Parameters #

$atts

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

$shortcode_slug

(string) Shortcode slug.


Source #

File: includes/shortcodes/ld_profile.php


Changelog #

Changelog
Version Description
4.25.0 Introduced.