| Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/vendor-prefixed/razorpay/razorpay/ |
| Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/vendor-prefixed/razorpay/razorpay/Deprecated.php |
<?php
/**
* Backwards compatibility layer for Learndash_Core_Requests.
*
* Allows for Composer to autoload the old PSR-0 classes via the custom autoloader.
* This prevents issues with _extending final classes_ (which was the previous solution).
*
* Please see the Changelog for the 2.0.4 release for upgrade notes.
*
* @package Learndash_Core_Requests
*
* @deprecated 2.0.4 Use the PSR-4 class names instead.
*
* @license MIT
* Modified by learndash on 18-December-2024 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/
define("REQUESTS_SILENCE_PSR0_DEPRECATIONS",true);
if (class_exists('StellarWP\Learndash\WpOrg\Requests\Autoload') === false) {
require_once __DIR__. 'libs/Learndash_Core_Requests-2.0.4/src/Autoload.php';
}
StellarWP\Learndash\WpOrg\Requests\Autoload::register();