Skip to content
Snippets Groups Projects
Commit 5d89e111 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

readme.md

parent a261a6bb
No related branches found
No related tags found
1 merge request!11Feature/readme
Pipeline #9217 passed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
<?php
require_once './vendor/autoload.php';
if (!class_exists('\WPDesk\Notice\AjaxHandler')) {
require_once './WPDesk/Notice/AjaxHandler.php';
}
if (!class_exists('\WPDesk\Notice\Notice')) {
require_once './WPDesk/Notice/Notice.php';
}
if (!class_exists('\WPDesk\Notice\PermanentDismissibleNotice')) {
require_once './WPDesk/Notice/PermanentDismissibleNotice.php';
}
if (!class_exists('\WPDesk\Notice\Factory')) {
require_once './WPDesk/Notice/Factory.php';
}
require_once './WPDesk/notice-functions.php';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment