Browse: Home / Hooks /

learndash_updates_enabled

apply_filters( 'learndash_updates_enabled',  boolean $updates_enabled )

Filter for controlling update processing cycle.


Description #


Parameters #

$updates_enabled

(boolean) true.


Return #

(boolean) True to process updates call. Anything else to abort.


Source #

File: includes/ld-autoupdate.php


Changelog #

Changelog
Version Description
3.1.8 Introduced.