Browse: Home / Hooks /

learndash_dashboard_post_is_enabled

apply_filters( 'learndash_dashboard_post_is_enabled',  bool $is_enabled,  WP_Post $post )

Filters whether the dashboard is enabled for a specific post. Default true.


Description #


Parameters #

$is_enabled

(bool) Whether the dashboard is enabled.

$post

(WP_Post) The post.


Return #

(bool)


Source #

File: src/Core/Template/Admin_Views/Dashboards/Post.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.