WP Manifestindependent plugin directory
manifest / admin / wizhi-mu-optimization

Wizhi MU Optimization

WordPress 多站点优化

by WordPress 智库 · github.com/iwillhappy1314/wizhi-mu-optimization · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/iwillhappy1314/wizhi-mu-optimization/archive/refs/heads/master.zip

Readme

=== Plugin Name === Contributors: iwillhappy1314 Donate link: Tags: admin, post, pages, plugin Requires at least: 3.7 Tested up to: 4.4 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Clean up and optimization WordPress for Chinese user or who use English in China

== Description ==

= For English users =

Clean up

  • remove useless dashboard widget
  • clean up content
  • remove useless topbar menu
  • remove dashboard google font,resolved the slow dashboard problem in China
  • clean up menu classes
  • for safe reason, remove the frontend wp generator version
  • remove dashboard icons and editer buttons in 4.0 frontend

Optimization

  • hide update notice for non-admin users
  • reorder the tinymce buttons, add font size and font background button
  • set maximum to 5 of post revision
  • set images default link to none
  • limit maximum upload size to 2M
  • transform chinese filename to the first 8 character of filename`s md5 value
  • automatic add post title 'Untitled'
  • automatic add a featured image
  • chang avatar resourse to duoshuo
  • Add object cache to nav menu

AUthor Link:WordPress智库

= 中文用户 =

清理

  • 移除无用的仪表盘部件
  • 移除head里没用的内容
  • 移除无用的顶部工具条菜单
  • 移除谷歌open sans字体,解决后台在中国打开慢的问题
  • 移除菜单的多余CSS选择器
  • 移除版本号
  • 移除4.0版本前台没用的dashicon个editer css

优化

  • 对非管理用户隐藏更新提醒
  • 调整编辑器顺序、添加字号和背景颜色选择按钮
  • 设置一个最大的文章版本数量
  • 设置图片链接默认选项为无连接
  • 限制上传的文件尺寸最大为2M
  • 转化中文图片名称为md5
  • 自动添加标题为 Untitled
  • 自动设置特色图像
  • 修改avatar的服务器为国内的多说
  • 给导航菜单添加了对象缓存

插件网址:WordPress智库

== Installation ==

= For English user =

  1. Upload wizhi-optimization to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

= 中文用户 =

  1. 上传插件到/wp-content/plugins/ 目录
  2. 在插件管理菜单激活插件

== Frequently Asked Questions ==

== Screenshots ==

Screenshots is here:http://www.wpzhiku.com/wizhi-optimization/

== Changelog ==

= 1.0 =

  • The first released

= 1.0.2 =

  • Remove unecessary files
  • Remove file upload limit
  • Change Chinese filename to random string

= 1.0.3 =

  • Add span filter function

= 1.0.4 =

  • Add user browser version to body_class

= 1.0.5 =

  • remove dashboard icons and editer buttons in 4.0 frontend

= 1.0.6 =

  • chang avatar resourse to duoshuo

= 1.0.7 =

  • Add object cache to nav menu

= 1.1 =

  • Add safety login

Read the full README on GitHub →