Browse: Home / Hooks /

learndash_dashboard_tab_is_default

apply_filters( 'learndash_dashboard_tab_is_default',  bool $dashboard_tab_is_default,  string $post_type )

Filters whether the Dashboard tab is the default tab in the post edit screen.


Description #


Parameters #

$dashboard_tab_is_default

(bool) Whether the Dashboard tab is the default tab in the post edit screen.

$post_type

(string) The post type.


Return #

(bool)


Source #

File: includes/admin/class-learndash-admin-posts-edit.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.