do_blocks missing CSS
-
Hello, when using ‘do_blocks’ the relevant CSS is not injected.
example code in functions.php
function append2content( $content ) { return $content . do_blocks( '<!-- wp:block {"ref":2168} /-->' ); } add_filter( 'the_content', 'append2content' );Is it possible to get the CSS in order for it to render correctly?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘do_blocks missing CSS’ is closed to new replies.