HEX
Server: Apache
System: Linux iad1-shared-b7-40 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_nk2zdt (5974180)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_nk2zdt/vastaselezione.com/wp-content/plugins/woo-pensopay/includes/template.php
<?php

if ( ! function_exists( 'woocommerce_pensopay_get_template' ) ) {
	/**
	 * Convenience wrapper based on the wc_get_template method
	 *
	 * @param        $template_name
	 * @param array  $args
	 * @param string $template_path
	 * @param string $default_path
	 */
	function woocommerce_pensopay_get_template( $template_name, $args = [] ) {
		$template_path = 'woocommerce-pensopay/';
		$default_path = WCPP_PATH . 'templates/';

		wc_get_template( $template_name, $args, $template_path, $default_path );
	}
}