wc_reset_loop()
Resets the woocommerce_loop global.
No Hooks.
Returns
null. Nothing (null).
Usage
wc_reset_loop();
Changelog
| Since 3.3.0 | Introduced. |
wc_reset_loop() wc reset loop code WC 10.6.2
function wc_reset_loop() {
unset( $GLOBALS['woocommerce_loop'] );
}