?
| Current Path : /home/webyoo/www/zohar/site/wp-content/themes/accu-child/ |
| Current File : /home/webyoo/www/zohar/site/wp-content/themes/accu-child/functions.php |
<?php
add_action( 'wp_enqueue_scripts', 'accu_child_enqueue_styles', 100);
function accu_child_enqueue_styles() {
wp_enqueue_style( 'accu-parent', get_theme_file_uri('/style.css') );
}