mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
feat:3.0.0版初次提交,新版将完全推倒重写
This commit is contained in:
parent
e556c4b6d9
commit
39735249ee
293 changed files with 26908 additions and 475 deletions
18
wp-china-yes.php
Normal file
18
wp-china-yes.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: WP-China-Yes
|
||||
* Description: WP&中国?是的!此插件完全本土化你的WordPress为中国特供版。插件将WordPress核心的官方服务链接悉数替换为带有中国大陆节点的全球加速网络,并为官方仓库的所有作品追加基于机器翻译的汉化支持。
|
||||
* Author: WP中国本土化社区
|
||||
* Author URI:https://wp-china-yes.org/
|
||||
* Version: 3.0.0-Beta
|
||||
* License: GPLv3 or later
|
||||
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
*/
|
||||
|
||||
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
}
|
||||
|
||||
if ( file_exists( __DIR__ . '/vendor/loco-translate/loco.php' ) ) {
|
||||
require __DIR__ . '/vendor/loco-translate/loco.php';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue