/**
* Theme functions and definitions.
*/
function nuss_child_enqueue_styles() {
if ( SCRIPT_DEBUG ) {
wp_enqueue_style( 'nuss-style' , get_template_directory_uri() . '/style.css' );
}
wp_enqueue_style( 'nuss-child-style',
get_stylesheet_directory_uri() . '/style.css',
array( 'nuss-style' ),
wp_get_theme()->get('Version')
);
}
add_action( 'wp_enqueue_scripts', 'nuss_child_enqueue_styles' );
Double Room – Milesinn
It is a long established fact that a reader will be distracted by the readable...
It is a long established fact that a reader will be distracted by the readable...
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...