Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Dark_Mode_Cache / Astra_Dark_Mode_Cache::__construct()

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

Changelog
Version Description
4.11.2 Introduced.

User Contributed Notes

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