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