WC_Brands::invalidate_wc_layered_nav_counts_cache()
Invalidates the layered nav counts cache.
Метод класса: WC_Brands{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Brands = new WC_Brands(); $WC_Brands->invalidate_wc_layered_nav_counts_cache();
Код WC_Brands::invalidate_wc_layered_nav_counts_cache() WC Brands::invalidate wc layered nav counts cache WC 9.4.2
public function invalidate_wc_layered_nav_counts_cache() { $taxonomy = 'product_brand'; delete_transient( 'wc_layered_nav_counts_' . sanitize_title( $taxonomy ) ); }