Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
themes
/
anesta-child
/
Editing: functions.php
<?php /** * Child-Theme functions and definitions */ function anesta_child_scripts() { wp_enqueue_style( 'anesta-style', get_template_directory_uri(). '/style.css' ); } add_action( 'wp_enqueue_scripts', 'anesta_child_scripts' ); ?>
Save
Cancel