Linux 软件免费装
Banner图

Surbma | Revisions for Custom CSS

开发者 Surbma
CherryPickStudios
更新时间 2023年4月8日 23:27
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.2
版权: GPLv2
版权网址: 版权信息

标签

css custom css revisions

下载

1.0.0 2.0

详情介绍:

This plugin adds revisions support for the new Custom CSS post type, which is added in WordPress 4.7. Use this plugin only, if you have already upgraded to WordPress 4.7. Revisions are like a history for posts, so you can see previous versions of the content. This plugin adds this functionality to the new Custom CSS post type, so you can easily see and reset your previous customizations. This option is disabled by default and this plugin enables it for your website. Do you want to contribute or help improving this plugin? You can find it on GitHub: https://github.com/Surbma/surbma-revisions-for-custom-css You can find my other plugins and projects on GitHub: https://github.com/Surbma Please feel free to contribute, help or recommend any new features for my plugins, themes and other projects. Do you want to know more about me? Visit my webpage: Surbma.com

安装:

  1. Upload surbma-revisions-for-custom-css folder to the /wp-content/plugins/ directory
  2. Activate the Surbma | Revisions for Custom CSS plugin through the 'Plugins' menu in WordPress
  3. That's it. :)

常见问题:

What are Revisions?

The WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision - what was added, what remained unchanged, and what was removed. Lines added or removed are highlighted, and individual character changes get additional highlighting. Click the 'Restore This Revision' button to restore a revision. https://codex.wordpress.org/Revisions

I can not see Revisions. What should I do?

Please check your wp-config.php file, if you have disabled revisions globally with this code: define( 'WP_POST_REVISIONS', false );

Can I limit the number of revisions?

Sure, you can with this code in your wp-config.php file: define( 'WP_POST_REVISIONS', 3 ); You have to know, that this code will limit revisions for all post types, like posts and pages also.

What does Surbma mean?

It is the reverse version of my last name. ;)

更新日志:

2.0 Release date: 2020-02-10 1.1 Release date: 2019-07-18 NEW TWEAK 1.0.0