Title: Feature Request: hooks
Last modified: December 19, 2023

---

# Feature Request: hooks

 *  [raywjohnson](https://wordpress.org/support/users/raywjohnson/)
 * (@raywjohnson)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/feature-request-hooks-3/)
 * Greetings,
 * This plugin does exactly what it is supposed to. Perfect. Well done.
 * But I need to be able to add an extra line break between paragraphs before the
   wpautop function is called.
 * The posts currently do not have this and so the entire post is converted to one
   big paragraph with BR tags when the paragraphs should end/begin.
 * This is by design. As the documentation explains on the wpautop function.
 * If you just added a filter above the wpautop, that would work. Then I could insert
   my own code as needed.
 * I tested this out and it worked perfectly:
 * Code:
 * $post->post_content = str_replace(“\r\n”, “\n”, $post->post_content);
   $post->
   post_content = str_replace(“\n”, “\n\n”, $post->post_content);
 * The result was properly formatted paragraph blocks.
 * –RayJ
    -  This topic was modified 2 years, 6 months ago by [raywjohnson](https://wordpress.org/support/users/raywjohnson/).

The topic ‘Feature Request: hooks’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bulk-block-converter_3ea062.svg)
 * [Bulk Block Converter](https://wordpress.org/plugins/bulk-block-converter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bulk-block-converter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bulk-block-converter/)
 * [Active Topics](https://wordpress.org/support/plugin/bulk-block-converter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulk-block-converter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulk-block-converter/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [raywjohnson](https://wordpress.org/support/users/raywjohnson/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/feature-request-hooks-3/)
 * Status: not a support question