first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace FcfVendor;
|
||||
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
if (!\class_exists('FcfVendor\\WPDesk\\Notice\\AjaxHandler')) {
|
||||
require_once __DIR__ . '/src/WPDesk/Notice/AjaxHandler.php';
|
||||
}
|
||||
if (!\class_exists('FcfVendor\\WPDesk\\Notice\\Notice')) {
|
||||
require_once __DIR__ . 'src/WPDesk/Notice/Notice.php';
|
||||
}
|
||||
if (!\class_exists('FcfVendor\\WPDesk\\Notice\\PermanentDismissibleNotice')) {
|
||||
require_once __DIR__ . '/src/WPDesk/Notice/PermanentDismissibleNotice.php';
|
||||
}
|
||||
if (!\class_exists('FcfVendor\\WPDesk\\Notice\\Factory')) {
|
||||
require_once __DIR__ . '/src/WPDesk/Notice/Factory.php';
|
||||
}
|
||||
require_once __DIR__ . '/src/WPDesk/notice-functions.php';
|
||||
Reference in New Issue
Block a user