' ',
'wrap_before' => '
',
'before' => '',
'after' => '',
'home' => _x('Home', 'breadcrumb', 'azeen'),
);
}
if (! function_exists('azeen_before_content')) {
/**
* Before Content
* Wraps all WooCommerce content in wrappers which match the theme markup
*
* @since 1.0.0
* @return void
*/
function azeen_before_content()
{?>
';
}
}
if (! function_exists('azeen_content_wrapper_end')) {
/**
* After Content
* Closes the wrapping divs
*
* @since 1.0.0
* @return void
*/
function azeen_content_wrapper_end()
{
echo "";
}
}