As per title, where can I get full list of hook, such as
bricks_after_header
What are the equivalent hooks for global ‘custom code’ sections which bricks uses to insert said code?
As per title, where can I get full list of hook, such as
bricks_after_header
What are the equivalent hooks for global ‘custom code’ sections which bricks uses to insert said code?
You can get them by searching/looking through Bricks source code.
Is there anything particular you are looking to do?
meaning, what would the hooks be called which bricks uses, for example, the three locations mentioned in the screen cap above?
thanks.
bump
search the theme files for…
do_action( 'bricks
This will bring up them all, ‘bricks_before_header’, ‘bricks_after_footer’ etc.
super! thank you.