Browse: Home / Hooks /

learndash_dashboard_section_hint_supported_html_tags

apply_filters( 'learndash_dashboard_section_hint_supported_html_tags',  LearnDashCoreTemplateDashboardsSectionsarray<array<mixed>> $tags )

Filters the supported HTML tags for the hint text.


Description #


Parameters #

$tags

(<span class="LearnDashCoreTemplateDashboardsSectionsarray<array>">LearnDashCoreTemplateDashboardsSectionsarray<array>) The supported HTML tags.


Return #

(LearnDashCoreTemplateDashboardsSectionsarray<array<mixed>>) The supported HTML tags.


Source #

File: src/Core/Template/Dashboards/Sections/Section.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.