WC_Helper::_flush_subscriptions_cache()

Flush subscriptions cache.


Description Description


Source Source

File: includes/admin/helper/class-wc-helper.php

	public static function _flush_subscriptions_cache() {
		delete_transient( '_woocommerce_helper_subscriptions' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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