From d1e5630ef81e670ad05fd4568da238b8897ff867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E8=90=BD?= Date: Mon, 27 Jan 2020 11:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/{wp-clean-up.php => clean-up.php} | 0 gdk_route.php | 10 +++------- 2 files changed, 3 insertions(+), 7 deletions(-) rename class/{wp-clean-up.php => clean-up.php} (100%) diff --git a/class/wp-clean-up.php b/class/clean-up.php similarity index 100% rename from class/wp-clean-up.php rename to class/clean-up.php diff --git a/gdk_route.php b/gdk_route.php index 56c71d9..cd34f17 100644 --- a/gdk_route.php +++ b/gdk_route.php @@ -4,10 +4,9 @@ Plugin Name: GitCafe Development Kit 极客公园开发套件 Plugin URI: https://www.nicetheme.cn/nicetheme-plugins-store.html - Description: nicetheme 的一些基本操作 + Description: 为WordPress主题开发提供底层支持 Version: 0.3.5 Author URI: http://www.nicetheme.cn - Nicetheme Module: jimu Text Domain: jimu Compatible: @@ -37,12 +36,9 @@ if (version_compare(PHP_VERSION, '7.2.26', '>=')) { } //include('modules/base/main.php'); -include('class/wp-clean-up.php'); +include('class/clean-up.php'); include('framework/plugin-options.php'); include('functions/func_load.php'); -function nc_store_pluggable_include() { - include( 'modules/pluggable/load.php' ); -} -add_action( 'after_setup_theme', 'nc_store_pluggable_include', 99999 ); +