File "functions.php"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart-child/functions.php
File size: 328 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Enqueue script and styles for child theme
 */
function woodmart_child_enqueue_styles() {
	wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
}
add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 );