Overview
The ctaol_item_html filter hook allows you to modify the HTML content of items in the grid. This filter can be combined with the ctaol_get_post_data filter hook to add extra data to the items grid.
Hook Parameters
- $content: The original HTML content of the item.
- $module_props: An array containing module-specific properties.
- $sections: An array containing HTML sections for different parts of the item.
- $post_data: An array containing post data associated with the item
0 Comments