Hooks in Custom Grid Module
The Custom Grid module is built to work with Beaver Themer addon. It can be used to display a custom layout for the content using simple HTML and shortcode based markup.
We have the following hooks available in the Custom Grid module:
Hook | Location | Description |
---|---|---|
pp_custom_grid_module_before_posts |
Before all the Posts | Hooks the code before the opening div class="pp-post-filters-wrapper wrapper. |
pp_custom_grid_module_after_posts |
After all the Posts | Hooks the code after the closing div class="pp-post-filters-wrapper wrapper and above pagination HTML. |