?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/lynkandco/wp-content/themes/lynkandco-child/ |
| Current File : /home/r/a/n/rankinh/lynkandco/wp-content/themes/lynkandco-child/functions.php |
<?php
add_action( 'wp_enqueue_scripts', 'nexteuv_child_enqueue_styles', 100);
function nexteuv_child_enqueue_styles() {
wp_enqueue_style( 'nexteuv-parent', get_theme_file_uri('/style.css') );
wp_enqueue_script( 'custom-js', get_theme_file_uri('/assets/js/custom.js'), [], false, true);
}