Widget output not using wpautop() – content is jumbled together
-
This plugin works great and is exactly what I was looking for. However, adding a widget just outputs the block’s content without running it through wpautop():
# text-blocks.php, line 151 <div class="text-block"><?php echo $block->post_content; ?></div>
This means all of the text just looks jumbled together when used as a widget. Was there a reason for not adding wpautop() in the output?
https://www.ads-software.com/extend/plugins/reusable-text-blocks/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Widget output not using wpautop() – content is jumbled together’ is closed to new replies.