ld_propanel_get_template( string $template_name )
Get ProPanel Template
Description #
Templates can be overridden by creating a ‘learndash-propanel’ directory in the theme directory and placing templates from the learndash-propanel/templates directory in it.
Parameters #
- $template_name
-
(string) (Required) Template name.
Return #
(mixed|null|void)
Source #
Related #
Namespace #
@package #
Uses #
| Uses | Description |
|---|---|
| includes/reports/includes/functions.php: learndash_propanel_template |
Helper and Utility Functions. |
Used By #
| Used By | Description |
|---|---|
| includes/reports/includes/class-ld-propanel.php: LearnDash_ProPanel::admin_full_page_output () | |
| includes/reports/includes/class-ld-propanel.php: LearnDash_ProPanel::parse_request () | |
| includes/reports/includes/class-ld-propanel-filtering.php: LearnDash_ProPanel_Filtering::filtering_template () | |
| includes/reports/includes/class-ld-propanel-activity.php: LearnDash_ProPanel_Activity::activity_template () |
Initial Activity Template |
| includes/reports/includes/class-ld-propanel-activity.php: LearnDash_ProPanel_Activity::learndash_courses_report_display_column () | |
| includes/reports/includes/class-ld-propanel-activity.php: LearnDash_ProPanel_Activity::activity_template_rows () |
Build Activity Rows |
| includes/reports/includes/class-ld-propanel-trends.php: LearnDash_ProPanel_Trends::trends_template () | |
| includes/reports/includes/class-ld-propanel-overview.php: LearnDash_ProPanel_Overview::overview_template () | |
| includes/reports/includes/class-ld-propanel-reporting.php: LearnDash_ProPanel_Reporting::reporting_template () | |
| includes/reports/templates/reporting-filters/courses/ld-propanel-reporting-filter-course.php: LearnDash_ProPanel_Reporting_Filter_Courses::filter_build_table () |
Renders the filter results table for courses. |
| includes/reports/templates/reporting-filters/courses/ld-propanel-reporting-filter-course.php: LearnDash_ProPanel_Reporting_Filter_Courses::filter_result_rows () |
Builds HTML rows for a course activity result set. |
| includes/reports/templates/reporting-filters/users/ld-propanel-reporting-filter-user.php: LearnDash_ProPanel_Reporting_Filter_Users::filter_build_table () | |
| includes/reports/templates/reporting-filters/users/ld-propanel-reporting-filter-user.php: LearnDash_ProPanel_Reporting_Filter_Users::filter_result_rows () | |
| includes/reports/templates/reporting-filters/groups/ld-propanel-reporting-filter-group.php: LearnDash_ProPanel_Reporting_Filter_Groups::filter_build_table () |
Renders the filter results table for groups. |
| includes/reports/templates/reporting-filters/groups/ld-propanel-reporting-filter-group.php: LearnDash_ProPanel_Reporting_Filter_Groups::filter_result_rows () |
Builds HTML rows for group course activity. |