<?php /** * LearnDash features constants * * NOTE: All constants defined here are for development purposes only and should not be used on production sites. * They are used to enable in progress features and should be removed before the final release of the feature. * * @since 4.6.0 * * @package LearnDash */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! defined( 'LEARNDASH_ENABLE_IN_PROGRESS_FEATURES' ) ) { /** * Enable in progress features. * * NOTE: it is only for development purposes. DO NOT enable it on production sites. * * @since 4.6.0 * * @var bool $value True to enable in progress features. Default is false. */ define( 'LEARNDASH_ENABLE_IN_PROGRESS_FEATURES', false ); } if ( ! defined( 'LEARNDASH_ENABLE_FEATURE_BREEZY_TEMPLATE' ) ) { /** * Enable the Breezy template. * * @since 4.6.0 * * @var bool $value True to enable the feature. Default is false. */ define( 'LEARNDASH_ENABLE_FEATURE_BREEZY_TEMPLATE', false ); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
includes | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
mu-plugins | Folder | 0755 |
|
|
plugins | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
themes | Folder | 0755 |
|
|
vendor | Folder | 0755 |
|
|
vendor-prefixed | Folder | 0755 |
|
|
LICENSE | File | 17.67 KB | 0644 |
|
changelog.txt | File | 37.57 KB | 0644 |
|
learndash-constants.php | File | 567 B | 0644 |
|
learndash-features-constants.php | File | 987 B | 0644 |
|
learndash-globals.php | File | 1.2 KB | 0644 |
|
learndash-includes.php | File | 10.42 KB | 0644 |
|
learndash-scalar-constants.php | File | 30.75 KB | 0644 |
|
privacy_policy.txt | File | 2.71 KB | 0644 |
|
sfwd_lms.php | File | 5.86 KB | 0644 |
|
uninstall.php | File | 1.49 KB | 0644 |
|
wpml-config.xml | File | 3.92 KB | 0644 |
|