📜  wordpress max post revision - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:54.283000             🧑  作者: Mango

代码示例1
// Inside wp-config.php -> LIMIT POST REVISIONS to 8
define( 'WP_POST_REVISIONS', 8 );