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 ); +