HEX
Server: LiteSpeed
System: Linux sinope.sitehostingserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: aprilnet (1155)
PHP: 7.4.33
Disabled: popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript
Upload Files
File: /home/aprilnet/public_html/operationreality.org/wp-content/plugins/theme-core/core-config.php
<?php
/**
 * Nano Core Plugin
 * @package     Nano Core
 * @version     2.0.0
 * @author      Nanoagency
 * @link        http://www.nanoagency.co
 * @copyright   Copyright (c) 2015 Nanoagency
 * @license     GPL v2
 */

if ( ! defined( 'NANO_VERSION' ) ){
    define('NANO_VERSION', '1.0');
}

if ( ! defined( 'NANO_PLUGIN_PATH' ) ){
    define('NANO_PLUGIN_PATH', plugin_dir_path( __FILE__ ));
}
if ( ! defined( 'NANO_PLUGIN_URL' ) ){
    define('NANO_PLUGIN_URL', plugins_url( '/', __FILE__ ));
}

if ( ! defined( 'NANO_DIRECTORY_NAME' ) ){
    $plugin_path = explode('/', str_replace('\\', '/', NANO_PLUGIN_PATH));
    define('NANO_DIRECTORY_NAME', $plugin_path[count($plugin_path) - 2 ]);
}
if ( ! defined( 'NANO_TEXT_DOMAIN' ) ){
    define('NANO_TEXT_DOMAIN', 'nano');
}
load_plugin_textdomain( 'nano', false, basename( dirname( __FILE__ ) ) . '/languages' );

function theme_core_script()
{
    wp_enqueue_script('imagesloaded-js', NANO_PLUGIN_URL . 'assets/js/imagesloaded.pkgd.min.js', array('jquery'), '3.1.8', true);
    wp_enqueue_script('infinitescroll-js', NANO_PLUGIN_URL . 'assets/js/jquery.infinitescroll.min.js', array('jquery'), '2.1.0', true);


    wp_enqueue_style('core-front', NANO_PLUGIN_URL . 'assets/css/na-core-front.css', array(), NANO_VERSION);
    wp_enqueue_script('core-front', NANO_PLUGIN_URL . 'assets/js/dev/na-core-front.js', array('jquery'), NANO_VERSION, true);
    wp_enqueue_script('core-admin', NANO_PLUGIN_URL . 'assets/js/dev/na-core-admin.js', array('jquery'), NANO_VERSION, true);
    $translation_array = array(
        'home_url' => esc_url( home_url( '/' ) ),
        'ajax_url' => wp_nonce_url(admin_url('admin-ajax.php')),
        'admin_theme_url' => wp_nonce_url(admin_url('themes.php'))
    );
    wp_localize_script( 'core-front', 'NaScript', $translation_array );

}



add_action( 'wp_enqueue_scripts', 'theme_core_script');

add_action('admin_init', 'core_admin_scripts');
function core_admin_scripts() {
    wp_enqueue_style('core-admin', NANO_PLUGIN_URL . 'assets/css/na-core-admin.css', array(), NANO_VERSION);
    wp_enqueue_script('core-admin', NANO_PLUGIN_URL . 'assets/js/na-core-admin.js', array('jquery'), NANO_VERSION, true);
}