Warning: This function has been deprecated.

woocommerce_reset_loop()

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


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_reset_loop() {
		wc_reset_loop();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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