Browse: Home / Hooks /

learndash_template_views_group_tabs

apply_filters( 'learndash_template_views_group_tabs',  LearnDashCoreTemplateViewsarray<int, ,  string $view_slug,  LearnDashCoreTemplateViewsGroup $view,  LearnDashCoreModelsGroup $model )

Filters the group tabs.


Description #


Parameters #

(<span class="LearnDashCoreTemplateViewsarrayLearnDashCoreTemplateViewsarray<int,) array<string, array{id: string, icon: string, label: string, content: string, order?: int}>> $tabs The tabs.

$view_slug

(string) The view slug.

$view

(LearnDashCoreTemplateViewsGroup) The view object.

$model

(LearnDashCoreModelsGroup) The group model.


Return #

(LearnDashCoreTemplateViewsarray<int,) array<string, array{id: string, icon: string, label: string, content: string, order?: int}>>


Source #

File: src/Core/Template/Views/Group.php


Changelog #

Changelog
Version Description
4.22.0 Introduced.