wc_get_template( $template_name,  $args = array(),  $template_path = '',  $default_path = '' )

Summary

No summary available.

Source

File: src/BigCommerce/Compatibility/woocommerce-functions.php

	function wc_get_template( $template_name, $args = [], $template_path = '', $default_path = '' ) {
		$container = bigcommerce()->container();
		$container[ Compatibility::THEME ]->render_template( $template_name, $args );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.