';
echo '
';
get_template_part( 'global-templates/left-sidebar-check' );
echo '';
}
}
if ( ! function_exists( 'understrap_woocommerce_wrapper_end' ) ) {
/**
* Display the theme specific end of the page wrapper.
*/
function understrap_woocommerce_wrapper_end() {
echo '';
get_template_part( 'global-templates/right-sidebar-check' );
echo '
';
echo '
';
echo '';
}
}
if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
/**
* Modifies the form field's arguments by input type. The arguments are used
* in `woocommerce_form_field()` to build the form fields.
*
* @see https://woocommerce.github.io/code-reference/namespaces/default.html#function_woocommerce_form_field
*
* @param array $args Form field arguments.
* @param string $key Value of the fields name attribute.
* @param string|null $value Value of