Automattic\WooCommerce\Admin\Features\Blueprint
Init::clear_installed_wp_org_themes_transient
Clear the installed WordPress.org themes transient.
Method of the class: Init{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Init = new Init(); $Init->clear_installed_wp_org_themes_transient();
Init::clear_installed_wp_org_themes_transient() Init::clear installed wp org themes transient code WC 10.4.3
public function clear_installed_wp_org_themes_transient() {
delete_transient( self::INSTALLED_WP_ORG_THEMES_TRANSIENT );
}