id="comment-">
'div',
'show_browse' => false
);
$acmephoto_you_are_here_text = $acmephoto_customizer_all_values['acmephoto-you-are-here-text'];
if( !empty( $acmephoto_you_are_here_text ) ){
$acmephoto_you_are_here_text = "".$acmephoto_you_are_here_text."";
}
echo "".$acmephoto_you_are_here_text."
";
breadcrumb_trail( $breadcrumb_args );
echo "
";
}
endif;
/**
* check if WooCommerce activated
*/
function acmephoto_is_woocommerce_active() {
return class_exists( 'WooCommerce' ) ? true : false;
}