initial commit
This commit is contained in:
11
includes/walkers/class-product-cat-list-walker.php
Normal file
11
includes/walkers/class-product-cat-list-walker.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Legacy WC_Product_Cat_List_Walker file
|
||||
*
|
||||
* @package WooCommerce\Classes\Walkers
|
||||
* @deprecated 3.4.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
require dirname( __FILE__ ) . '/class-wc-product-cat-list-walker.php';
|
Reference in New Issue
Block a user