acf_third_party::doing_dark_modepublicACF 5.7.3

doing_dark_mode

Runs during admin_enqueue_scripts dark mode is enabled

Method of the class: acf_third_party{}

No Hooks.

Returns

null. Nothing (null).

Usage

$acf_third_party = new acf_third_party();
$acf_third_party->doing_dark_mode();

Changelog

Since 5.7.3 Introduced.

acf_third_party::doing_dark_mode() code ACF 6.0.4

function doing_dark_mode() {
	wp_enqueue_style( 'acf-dark', acf_get_url( 'assets/css/acf-dark.css' ), array(), ACF_VERSION );
}