wp-multi-wiki.php aktualisiert
This commit is contained in:
@@ -1,12 +1,20 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/*
|
||||||
* Plugin Name: WP Multi Wiki
|
Plugin Name: WP Multi Wiki
|
||||||
* Plugin URI: https://github.com/M-Viper/wp-multi-wiki
|
Plugin URI:https://git.viper.ipv64.net/M_Viper/WP-Multi-Wiki
|
||||||
* Description: Erstelle und verwalte mehrere Wikis – ideal für Plugin-Dokumentation. Mit Kategorien, Suche, TOC und mehr.
|
Description: Erstelle und verwalte mehrere Wikis – ideal für Plugin-Dokumentation. Mit Kategorien, Suche, TOC und mehr.
|
||||||
* Version: 1.0.0
|
Version: 1.0.0
|
||||||
* Author: M_Viper
|
Author: M_Viper
|
||||||
* License: GPL v2 or later
|
Author URI: https://m-viper.de
|
||||||
* Text Domain: wp-multi-wiki
|
Requires at least: 6.8
|
||||||
|
Tested up to: 6.8
|
||||||
|
PHP Version: 7.4
|
||||||
|
License: GPL2
|
||||||
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
Text Domain: wp-multi-wiki
|
||||||
|
Tags: wiki, documentation, knowledge-base, shortcode, search, categories, toc, admin, frontend
|
||||||
|
Support: [Discord Support](https://discord.com/invite/FdRs4BRd8D)
|
||||||
|
Support: [Telegram Support](https://t.me/M_Viper04)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user