Page Builder Blocks for WordPress. An Amazing Block Library for the new WordPress Block Editor (Gutenberg).
GNU General Public License v3.0
329
stars
62
forks
source link
CSS Inline Optimizer: Frontpage does not load optimized css styles #3353
Open
bfintal opened 1 month ago
In
src/css-optimize.php
, in the functionload_cached_css_for_post
:is_singular()
can returnfalse
in the front page preventing the optimized inline css from loading.Investigate
is_singular()
when can this becomefalse
if
statement pass