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

Feature/init

parent ab7fa2a6
No related branches found
No related tags found
No related merge requests found
variables:
DISABLE_FUNCTIONAL: 1
DISABLE_ACCEPTANCE: 1
IS_LIBRARY: 1
include: 'https://gitlab.com/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
<?php
require_once './WPDesk/Notice/AjaxHandler.php';
require_once './WPDesk/Notice/Notice.php';
require_once './WPDesk/Notice/PermanentDismissibleNotice.php';
require_once './WPDesk/Notice/Factory.php';
require_once './WPDesk/Notice/functions.php';
<?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