When looping through $wp_styles->queue
, it currently only outputs wp-block-library
on the frontend.
Researching it further, it seems that there is also wp-block-library-theme
and wc-block-style
however it’s unclear under what conditions these are generated or when they are required. Are these the only ones?
I wish to dequeue all other styles if they aren’t required.