add_action('wp_head', 'debug_template_check'); function debug_template_check() { if (is_shop() || is_product_category()) { $template = get_template_directory() . '/woocommerce/loop/content-product.php'; $child_template = get_stylesheet_directory() . '/woocommerce/loop/content-product.php'; echo ''; } }