• File: functions.php
  • Full Path: /home/havejqku/public_html/wp-admin/e0506b/wp-content/themes/xstore-child/functions.php
  • Date Modified: 09/10/2025 7:41 PM
  • File size: 187 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001 );
function theme_enqueue_styles() {
	if (function_exists('etheme_child_styles')){
		etheme_child_styles();
	}
}