Enable the new layout and block improvements in the Astra Theme

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' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.