Skip to content

Commit ebea549

Browse files
author
Chris Gårdenberg
committed
Adding standard plugin file with header required by WordPress
1 parent db229de commit ebea549

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

eduadmin-wp-klarna-checkout.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
defined( 'ABSPATH' ) || die( 'This plugin must be run within the scope of WordPress.' );
3+
4+
/*
5+
* Plugin Name: EduAdmin Booking - Klarna Checkout-plugin
6+
* Plugin URI: https://www.eduadmin.se
7+
* Description: Plugin to EduAdmin Booking to enable Klarna Checkout-integration
8+
* Version: 1.0.0
9+
* GitHub Plugin Uri: https://github.com/MultinetInteractive/eduadmin-wp-klarna-checkout
10+
* Requires at least: 3.0
11+
* Tested up to: 4.9
12+
* Author: Chris Gårdenberg, MultiNet Interactive AB
13+
* Author URI: https://www.multinet.com
14+
* License: GPL3
15+
* Text Domain: eduadmin-wp-klarna-checkout
16+
*/
17+
/*
18+
EduAdmin Booking plugin
19+
Copyright (C) 2015-2017 Chris Gårdenberg, MultiNet Interactive AB
20+
This program is free software: you can redistribute it and/or modify
21+
it under the terms of the GNU General Public License as published by
22+
the Free Software Foundation, either version 3 of the License, or
23+
(at your option) any later version.
24+
This program is distributed in the hope that it will be useful,
25+
but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
GNU General Public License for more details.
28+
You should have received a copy of the GNU General Public License
29+
along with this program. If not, see <http://www.gnu.org/licenses/>.
30+
*/

0 commit comments

Comments
 (0)