Control WP Revisions

PHOTO EMBED

Mon Oct 25 2021 04:21:40 GMT+0000 (Coordinated Universal Time)

Saved by @mel #wordpress #php #wp-config

//disable post revisions
//define('WP_POST_REVISIONS', false );

//limit post revisions
define('WP_POST_REVISIONS', 3);

//enable debug log
//define( 'WP_DEBUG_LOG', true );

//output debug log
//define( 'WP_DEBUG_DISPLAY', true );
content_copyCOPY