Disable post revisions

Disable WP Post revisions on your child sites by using this code snippet:

Snippet Type

Save to wp-config.php

Snippet

define( 'WP_POST_REVISIONS', false );