Astra_Dark_Mode_Cache::__construct()
Constructor
Description
Source
File: classes/cache/class-astra-dark-mode-cache.php
public function __construct() { add_filter( 'astra_dynamic_theme_css', array( $this, 'force_dark_palette_css_on_cache' ), 99 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.11.2 | Introduced. |