wp-multi-wiki.php aktualisiert

This commit is contained in:
2026-04-02 19:52:46 +00:00
parent 2326e6a3fd
commit cb0435926d

View File

@@ -1,13 +1,21 @@
<?php
/**
* Plugin Name: WP Multi Wiki
* Plugin URI: https://github.com/M-Viper/wp-multi-wiki
* Description: Erstelle und verwalte mehrere Wikis ideal für Plugin-Dokumentation. Mit Kategorien, Suche, TOC und mehr.
* Version: 1.0.0
* Author: M_Viper
* License: GPL v2 or later
* Text Domain: wp-multi-wiki
*/
/*
Plugin Name: 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.
Version: 1.0.0
Author: M_Viper
Author URI: https://m-viper.de
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;