Warning: This function has been deprecated.

woocommerce_walk_category_dropdown_tree( $a1 = '',  $a2 = '',  $a3 = '' )


Description Description


Source Source

File: includes/wc-deprecated-functions.php

function woocommerce_walk_category_dropdown_tree( $a1 = '', $a2 = '', $a3 = '' ) {
	wc_deprecated_function( __FUNCTION__, '3.0', 'wc_walk_category_dropdown_tree' );
	return wc_walk_category_dropdown_tree( $a1, $a2, $a3 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.