Filter for custom grid shortcode output. You can use this filter to override the custom grid shortcode output.
Attributes:
html (string)
The generated HTML output
atts (array)
Shortcode attributes array. Default:
array( 'post_types' => '', 'box_style' => '', 'pagination' => '', 'posts_per_page' => '12', 'columns' => '', 'hide_featured_image' => 'false', 'hide_title' => 'false', 'hide_excerpt' => 'false', 'hide_date' => 'false', 'hide_author' => 'false', 'hide_category' => 'false', 'hide_tags' => 'false' )
content (string)
The content of the shortcode
Located: Luvthemes Core
File: includes/shortcodes.inc.php