shortcodes
1 year ago
widgets
1 year ago
brand-description.php
1 year ago
taxonomy-product_brand.php
1 year ago
taxonomy-product_brand.php
13 lines
| 1 | <?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase for backwards compatibility. |
| 2 | |
| 3 | /** |
| 4 | * Use the WooCommerce archive template for brand taxonomy pages |
| 5 | * |
| 6 | * @package WooCommerce\Templates |
| 7 | * @version 9.4.0 |
| 8 | */ |
| 9 | |
| 10 | declare( strict_types = 1); |
| 11 | |
| 12 | wc_get_template( 'archive-product.php' ); |
| 13 |