get('Version'));
// Enqueue dark mode JS
wp_enqueue_script('dark-mode-toggle', get_stylesheet_directory_uri() . '/js/dark-mode.js', [], '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'twentytwentyfive_child_enqueue_styles');
/**
* Add a dark mode toggle to the site footer or header.
* We'll use a hook to inject the button.
*/
function twentytwentyfive_child_add_toggle() {
?>