-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwoda-admin-options.php
34 lines (30 loc) · 1.11 KB
/
woda-admin-options.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/**
* Plugin Name: Woda Admin Options
* Plugin URI: https://github.com/wwwoda/woda-admin-options
* Description: ...
* Version: 0.4.0
* Author: Woda
* Author URI: https://www.woda.at
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Domain Path: /languages
* Text Domain: woda-admin-options
* GitHub Plugin URI: https://github.com/wwwoda/woda-admin-options
* Release Asset: true
*
* @package Woda_Admin_Options
*/
// Copyright (c) 2020 Woda Digital OG. All rights reserved.
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************
namespace Woda\WordPress\AdminOptions;
include_once 'vendor/autoload.php';
Init::init();