llms_helper_flush_cache()

Deletes transient data related to plugin and theme updates


Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-helper/includes/functions-llms-helper.php

function llms_helper_flush_cache() {

	delete_transient( 'llms_products_api_result' );
	delete_site_transient( 'update_plugins' );
	delete_site_transient( 'update_themes' );

}


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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