Browse: Home / Hooks /

learndash_dashboard_widget_view_path

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: src/Core/Template/Dashboards/Widgets/Widget.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.