You appear to be a bot. Output may be restricted
Description
Add night/day switch.
Usage
$void = Twenty_Twenty_One_Dark_Mode::the_switch();
Parameters
Returns
void
Source
File name: twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
Lines:
1 to 7 of 7
public function the_switch() { if ( ! $this->switch_should_render() ) { return; } $this->the_html(); $this->the_script(); }