You appear to be a bot. Output may be restricted
Description
Print the dark-mode switch script.
Usage
$void = Twenty_Twenty_One_Dark_Mode::the_script();
Parameters
Returns
void
Source
File name: twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
Lines:
1 to 5 of 5
public function the_script() { echo '<script>'; include get_template_directory() . '/assets/js/dark-mode-toggler.js'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude echo '</script>'; }