ipn.php 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php /** * PHP-PayPal-IPN Handler * * @deprecated 3.6.0 {@see 'includes/payments/class-learndash-paypal-ipn.php'} instead */ if ( ! defined( 'ABSPATH' ) ) { exit; } _deprecated_file( basename( __FILE__ ), '3.6.0', 'includes/payments/class-learndash-paypal-ipn.php' );