HEX
Server: LiteSpeed
System: Linux lp015.web24.net.au 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
User: pgkdistr (10190)
PHP: 8.1.32
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/pgkdistribution.com.au/httpdocs/wp-content/themes/homestore/functions.php
<?php
/**
 * Homestore engine room
 *
 * @package homestore
 */

/**
 * Set the theme version number as a global variable
 */
 $theme              = wp_get_theme( 'homestore' );
 $homestore_version  = $theme['Version'];

/**
 * Load the individual classes required by this theme
 */
require_once( 'inc/class-homestore.php' );
require_once( 'inc/class-homestore-customizer.php' );
require_once( 'inc/class-homestore-template.php' );
require_once( 'inc/class-homestore-integrations.php' );
require_once( 'inc/plugged.php' );

/**
 * Do not add custom code / snippets here.
 * While Child Themes are generally recommended for customisations, in this case it is not
 * wise. Modifying this file means that your changes will be lost when an automatic update
 * of this theme is performed. Instead, add your customisations to a plugin such as
 * https://github.com/woothemes/theme-customisations
 */