Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
woocommerce
/
templates
/
brands
/
Editing: taxonomy-product_brand.php
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase for backwards compatibility. /** * Use the WooCommerce archive template for brand taxonomy pages * * @package WooCommerce\Templates * @version 9.4.0 */ declare( strict_types = 1); wc_get_template( 'archive-product.php' );
Save
Cancel