开发者 |
Surbma
CherryPickStudios |
---|---|
更新时间 | 2023年4月8日 23:27 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.2 |
版权: | GPLv2 |
版权网址: | 版权信息 |
surbma-revisions-for-custom-css
folder to the /wp-content/plugins/
directoryThe 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
Please check your wp-config.php file, if you have disabled revisions globally with this code:
define( 'WP_POST_REVISIONS', false );
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.
It is the reverse version of my last name. ;)