Browse: Home / Hooks /

learndash_initialization_is_new_install

apply_filters( 'learndash_initialization_is_new_install',  bool $is_new_install,  bool $is_initialized )

Filters whether the site is a new install.


Description #


Parameters #

$is_new_install

(bool) Whether the site is a new install.

$is_initialized

(bool) Whether the site has been initialized.


Source #

File: src/Core/Settings/Initialization.php


Changelog #

Changelog
Version Description
4.16.0 Introduced.