woocommerce_reset_loop()WC 1.0

Deprecated since 3.3. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Reset the loop's index and columns when we're done outputting a product loop.

No Hooks.

Returns

void. Nothing (null).

Usage

woocommerce_reset_loop();

Changelog

Deprecated since 3.3

woocommerce_reset_loop() code WC 11.0.1

function woocommerce_reset_loop() {
	wc_reset_loop();
}