| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wearewc/wp-content/themes/shoper/ |
Upload File : |
<?php
/**
* Shoper functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package shoper
*/
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/theme-core.php';
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/class/class-header.php';
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/class/class-body.php';
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/class/class-footer.php';
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/class/class-template-tags.php';
require get_template_directory() . '/inc/class/class-post-related.php';
/**
* Functions which enhance the theme by hooking into WordPress.
*/
require get_template_directory() . '/inc/template-functions.php';
/**
* Load Jetpack compatibility file.
*/
if ( defined( 'JETPACK__VERSION' ) ) {
require get_template_directory() . '/inc/jetpack.php';
}
/**
* TGM Plugins
*/
require get_template_directory() . '/inc/tgm/recommended-plugins.php';
require get_template_directory() . '/inc/customizer/customizer.php';
/**
* Implement pro features.
*/
require get_template_directory() . '/inc/admin/admin-page.php';
if ( class_exists( 'WooCommerce' ) ) {
require get_template_directory() . '/inc/woocommerce.php';
}