Archived topic
Hook before generate-columns-container
1 reply · Started by Fabien on December 15, 2022
Viewing posts 1–2 of 2
Hi,
Is there a way to hook just before generate-columns-container (after main) ?
Hi there,
the generate-columns-container is hooked into the hook: generate_before_main_content with the default priority of 10
So you can use that same hook, with a lower priority eg. 9.
This archived topic is closed to new replies.