wc_update_330_clear_transients()

Clear addons page transients


Description Description


Source Source

File: includes/wc-update-functions.php

function wc_update_330_clear_transients() {
	delete_transient( 'wc_addons_sections' );
	delete_transient( 'wc_addons_featured' );
}

Top ↑

User Contributed Notes User Contributed Notes

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