PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
<?php // Webnus Core include_once get_template_directory() . '/inc/webnus-core/webnus-core.php'; include_once get_template_directory() . '/inc/plugins/plugin-activator/init.php'; include_once get_template_directory(). '/inc/visualcomposer/init.php'; include_once get_template_directory(). '/inc/kingcomposer/init.php'; include_once get_template_directory(). '/inc/core/sections-templates/vc/class-vc-templates.php'; // admin pages if ( is_admin() ) { include_once get_template_directory() . '/inc/api/envato.php'; } include_once get_template_directory() . '/inc/buddypress/bp-integration.php'; include_once get_template_directory() . '/inc/plugins/sweet-custom-menu/sweet-custom-menu.php'; // hotella core if ( class_exists( 'WP_Hotel_Booking' ) ) { include_once get_template_directory() . '/inc/hotella-core/hotella-core.php'; } // michigan core if ( class_exists( 'LifterLMS' ) ) { include_once get_template_directory() . '/inc/michigan-core/michigan-core.php'; }
[+]
..
[+]
buddypress
[+]
michigan-core
[-] autoloader.php
[edit]
[+]
hotella-core
[+]
editor
[-] main.php
[edit]
[+]
webnus-core
[+]
plugins
[+]
kingcomposer
[-] init.php
[edit]
[+]
api
[+]
core
[+]
visualcomposer