File "init.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-notice/init.php
File size: 665 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor;
require_once __DIR__ . '/vendor/autoload.php';
if (!\class_exists('FSVendor\\WPDesk\\Notice\\AjaxHandler')) {
require_once __DIR__ . '/src/WPDesk/Notice/AjaxHandler.php';
}
if (!\class_exists('FSVendor\\WPDesk\\Notice\\Notice')) {
require_once __DIR__ . 'src/WPDesk/Notice/Notice.php';
}
if (!\class_exists('FSVendor\\WPDesk\\Notice\\PermanentDismissibleNotice')) {
require_once __DIR__ . '/src/WPDesk/Notice/PermanentDismissibleNotice.php';
}
if (!\class_exists('FSVendor\\WPDesk\\Notice\\Factory')) {
require_once __DIR__ . '/src/WPDesk/Notice/Factory.php';
}
require_once __DIR__ . '/src/WPDesk/notice-functions.php';