Browse: Home / Hooks /

learndash_dashboard_sections

apply_filters( 'learndash_dashboard_sections',  LearnDashCoreTemplateDashboardsSectionsSections $sections,  string $view_slug )

Filters the sections of the dashboard.


Description #


Parameters #

$sections

(LearnDashCoreTemplateDashboardsSectionsSections) The sections.

$view_slug

(string) View slug.


Return #

(LearnDashCoreTemplateDashboardsSectionsSections)


Source #

File: src/Core/Template/Admin_Views/Dashboards/Dashboard.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.