Methods
1 to 11 of 11
- Twenty_Twenty_One_Dark_Mode::__construct() – Instantiate the object.
- Twenty_Twenty_One_Dark_Mode::add_privacy_policy_content() – Adds information to the privacy policy.
- Twenty_Twenty_One_Dark_Mode::admin_body_classes() – Adds a class to the <body> element in the editor to accommodate dark-mode.
- Twenty_Twenty_One_Dark_Mode::customize_controls_enqueue_scripts() – Enqueue scripts for the customizer.
- Twenty_Twenty_One_Dark_Mode::customizer_controls() – Register customizer options.
- Twenty_Twenty_One_Dark_Mode::enqueue_scripts() – Enqueue scripts and styles.
- Twenty_Twenty_One_Dark_Mode::html_classes() – Calculate classes for the main <html> element.
- Twenty_Twenty_One_Dark_Mode::switch_should_render() – Determine if we want to print the dark-mode switch or not.
- Twenty_Twenty_One_Dark_Mode::the_html() – Print the dark-mode switch HTML.
- Twenty_Twenty_One_Dark_Mode::the_script() – Print the dark-mode switch script.
- Twenty_Twenty_One_Dark_Mode::the_switch() – Add night/day switch.