Content, OptimizationLimit the number of post revisions add_filter( 'wp_revisions_to_keep', function( $limit ) { return 10; } ); Previous Post Set a minimum word count for posts Next Post Change admin panel footer text