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