Pas de documentation disponible
$template_name, $template_path = '', $default_path = ''
Sortie :
// Localiser un template
$template_path = wc_locate_template('single-product.php');
if (file_exists($template_path)) {
echo 'Template trouvé: ' . $template_path;
}
Chargement des actualités...