Browse: Home / Classes / LearnDash_Course_Reviews_Loader /

LearnDash_Course_Reviews_Loader::add_reviews_tab

LearnDash_Course_Reviews_Loader::add_reviews_tab( $tabs,  string $context,  int $course_id,  int $user_id )

Add our output to a new tab in LD 3.0 Templates.


Description #


Parameters #

(<span class="arrayarray<array{id:) (Required) string, icon:string, label: string, content: string}> $tabs Tabs to display on the page.

$context

(string) (Required) Context.

$course_id

(int) (Required) Course ID.

$user_id

(int) (Required) User ID.


Return #

(array<array{id:) string, icon:string, label: string, content: string}> Tabs to display on the page


Source #

File: includes/course-reviews/core/class-learndash-course-reviews-loader.php


Changelog #

Changelog
Version Description
4.25.1 Introduced.