Lines:
1 to 24 of 24
<?php /** * Dark Mode Class * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ /* class Twenty_Twenty_One_Dark_Mode */ /* function Twenty_Twenty_One_Dark_Mode::__construct() – Instantiate the object. */ /* function Twenty_Twenty_One_Dark_Mode::editor_custom_color_variables() – Editor custom color variables & scripts. */ /* function Twenty_Twenty_One_Dark_Mode::enqueue_scripts() – Enqueue scripts and styles. */ /* function Twenty_Twenty_One_Dark_Mode::customize_controls_enqueue_scripts() – Enqueue scripts for the customizer. */ /* function Twenty_Twenty_One_Dark_Mode::customizer_controls() – Register customizer options. */ /* function Twenty_Twenty_One_Dark_Mode::html_classes() – Calculate classes for the main <html> element. */ /* function Twenty_Twenty_One_Dark_Mode::admin_body_classes() – Adds a class to the <body> element in the editor to accommodate dark-mode. */ /* function Twenty_Twenty_One_Dark_Mode::switch_should_render() – Determine if we want to print the dark-mode switch or not. */ /* function Twenty_Twenty_One_Dark_Mode::the_switch() – Add night/day switch. */ /* function Twenty_Twenty_One_Dark_Mode::the_html() – Print the dark-mode switch HTML. */ /* function Twenty_Twenty_One_Dark_Mode::the_script() – Print the dark-mode switch script. */ /* function Twenty_Twenty_One_Dark_Mode::add_privacy_policy_content() – Adds information to the privacy policy. */