Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

⌘K
  1. Home
  2. Docs
  3. PowerPack
  4. Development
  5. Hooks in Custom Grid Module

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.
×