bobbingwide / vgc

VGC - Garden Vista Group theme
GNU General Public License v2.0
0 stars 0 forks source link

Performance: Load separate core block assets #3

Closed bobbingwide closed 2 years ago

bobbingwide commented 2 years ago

Gutenberg blocks aren't used much in the site at present. There's no need load block-library/style.css

Add the following code to use a different approach

add_filter( 'should_load_separate_core_block_assets', '__return_true' );