Description
Filters the template part markup for use in specific templates. This filter is used in default templates and is a primary way to alter the default markup for template parts when creating custom templates.
Usage
Filter the template part markup.
add_filter( 'gravityhopper-et/[SLUG]/template_part_[PART]_markup', 'my_callback_function', 10, 2 );
Parameters
template_part_markup : string
Markup for the specific template part.
GH_ET_Template : object
Instance of the template object being processed.