. * * @package woocommerce-print-invoice-delivery-notes */ /** * Exit if accessed directly */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'WooCommerce_Delivery_Notes' ) ) { include_once 'includes/class-woocommerce-delivery-notes.php'; /** * Global for backwards compatibility. */ $GLOBALS['wcdn'] = WooCommerce_Delivery_Notes::instance(); }