D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
themes
/
pixwell
/
includes
/
Filename :
include-files.php
back
Copy
<?php /** Don't load directly */ defined( 'ABSPATH' ) || exit; /** load includes */ include_once get_theme_file_path( 'includes/menu.php' ); include_once get_theme_file_path( 'includes/actions.php' ); include_once get_theme_file_path( 'includes/query.php' ); include_once get_theme_file_path( 'includes/fonts.php' ); include_once get_theme_file_path( 'includes/posts.php' ); include_once get_theme_file_path( 'includes/single.php' ); include_once get_theme_file_path( 'includes/blog-pages.php' ); include_once get_theme_file_path( 'includes/translation.php' ); include_once get_theme_file_path( 'includes/dynamic-css.php' ); include_once get_theme_file_path( 'includes/social-data.php' ); include_once get_theme_file_path( 'includes/wc.php' );