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: sfwd-lms/src/Core/Mappers/Dashboards/Course/Mapper.php
Changelog #
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |