Browse: Home / Hooks /

learndash_dashboard_sections_course

apply_filters( 'learndash_dashboard_sections_course',  LearnDashCoreTemplateDashboardsSectionsSections $sections,  WP_Post $post )

Filters the course dashboard sections.


Description #


Parameters #

$sections

(LearnDashCoreTemplateDashboardsSectionsSections) The sections.

$post

(WP_Post) The post.


Return #

(LearnDashCoreTemplateDashboardsSectionsSections)


Source #

File: src/Core/Mappers/Dashboards/Course/Mapper.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.