init.php 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php /** * Deprecated file. * It used to include models before. * * @since 4.5.0 * @deprecated 4.6.0 * * @package LearnDash */ if ( ! defined( 'ABSPATH' ) ) { exit; } _deprecated_file( __FILE__, '4.6.0' );