woocommerce_reset_loop()WC 1.0

Deprecated from version 3.3. It is no longer supported and can 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.

Return

null. Nothing (null).

Usage

woocommerce_reset_loop();

Changelog

Deprecated since 3.3

woocommerce_reset_loop() code WC 8.7.0

function woocommerce_reset_loop() {
	wc_reset_loop();
}