Support

Account

Home Forums Gutenberg ACF Blocks – Prevent Style load in Frontend? Reply To: ACF Blocks – Prevent Style load in Frontend?

  • This worked for me (in part):
    add_filter( 'should_load_separate_core_block_assets', '__return_true' );

    Edit:
    It doesn’t fix the issue completely. Still loads assets for blocks that are used on the page.