acf_third_party::doing_dark_mode
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() 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 );
}