generated from figuren-theater/new-ft-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.php
24 lines (24 loc) · 909 Bytes
/
plugin.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
<?php
/**
* The master-receipe of the WordPress platform for puppeteers figuren.theater
*
* @package figuren-theater/ft-platform
* @author figuren.theater
* @copyright 2023 figuren.theater
* @license GPL-3.0-or-later
*
* @wordpress-plugin
* Plugin Name: figuren.theater | Platform
* Plugin URI: https://github.com/figuren-theater/ft-platform
* Description: The master-receipe of the WordPress platform for puppeteers figuren.theater
* Version: 3.3.4
* Requires at least: 6.3
* Requires PHP: 8.0
* Author: figuren.theater
* Author URI: https://figuren.theater
* Text Domain: figurentheater
* Domain Path: /languages
* License: GPL v3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Update URI: https://github.com/figuren-theater/ft-platform
*/