Automattic\WooCommerce\Blocks\Patterns

PTKPatternsStore::flush_cached_patterns()publicWC 1.0

Reset the cached patterns to fetch them again from the PTK.

Метод класса: PTKPatternsStore{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$PTKPatternsStore = new PTKPatternsStore();
$PTKPatternsStore->flush_cached_patterns();

Код PTKPatternsStore::flush_cached_patterns() WC 9.3.3

public function flush_cached_patterns() {
	delete_transient( self::TRANSIENT_NAME );
}