Hook system in Bricks?

Hello community!

I’m currently working with the Bricks builder and have a specific question about hook functionality.

In Astra theme, there’s a feature that allows inserting content after the first paragraph of posts. This is quite useful for placing ads, newsletter sign-ups, or other content within the flow of the article.

Does Bricks builder have a similar hook system? I’m specifically looking for the ability to define hooks at specific points (like after the first paragraph) where I can inject custom content.

Has anyone implemented something like this with Bricks? Any plugins, workarounds, or native Bricks features that might help achieve this?

Thanks in advance for your insights!

Hello @wpagency!

The do_action tag is probably what you’re looking for.

Here is the link to the Bricks Academy post where you can learn how to use it, the « Advanced: do_action » tutorial.

Have a nice day!

Edit : Added the anchor tag to the link so you don’t have to scroll down until the section.

Thank you very much!!