Browse: Home / Hooks /

learndash_show_telemetry_modal

apply_filters( 'learndash_show_telemetry_modal',  bool $should_show,  WP_Screen $current_screen )

Whether to show the telemetry modal.


Description #


Parameters #

$should_show

(bool) Whether to show the telemetry modal.

$current_screen

(WP_Screen) Current screen.


Return #

(bool) Whether to show the telemetry modal.


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
4.25.3 Introduced.