Enable the new layout and block improvements in the Astra Theme on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'astra_get_option_customizer-default-layout-update', '__return_true' );
add_filter( 'astra_get_option_wp-blocks-v2-ui', '__return_true' );