class-learndash-transaction-model.php 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * Deprecated file. * * @since 4.5.0 * @deprecated 4.6.0 * * @package LearnDash */ if ( ! defined( 'ABSPATH' ) ) { exit; } require_once LEARNDASH_LMS_PLUGIN_DIR . '/src/deprecated/Learndash_Transaction_Model.php';