-
Notifications
You must be signed in to change notification settings - Fork 0
/
woda-two-stage-fonts-loader.php
34 lines (30 loc) · 1.16 KB
/
woda-two-stage-fonts-loader.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 Two Stage Fonts Loader
* Plugin URI: https://github.com/wwwoda/woda-two-stage-fonts-loader
* 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-scripts-styles-loader
* GitHub Plugin URI: https://github.com/wwwoda/woda-two-stage-fonts-loader
* Release Asset: true
*
* @package Woda_Two_Stage_Fonts_Loader
*/
// 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\TwoStageFontsLoader;
include_once 'vendor/autoload.php';
Init::init();