wc_reset_loop()

Resets the woocommerce_loop global.


Description Description


Source Source

File: includes/wc-template-functions.php

function wc_reset_loop() {
	unset( $GLOBALS['woocommerce_loop'] );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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