apply_filters( 'learndash_dashboard_widget_view_path', string $view_path, LearnDashCoreTemplateDashboardsWidgetsWidget $widget )
Filters the dashboard widget view path.
Description #
Parameters #
- $view_path
-
(string) The view path.
- $widget
-
(LearnDashCoreTemplateDashboardsWidgetsWidget) The widget instance.
Return #
(string) The view path.
Source #
File: sfwd-lms/src/Core/Template/Dashboards/Widgets/Widget.php
Changelog #
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |