HEX
Server: Apache
System: Linux cpanel91.fastsecurehost.com 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: harmonyg (1050)
PHP: 8.2.29
Disabled: shell, shell_exec, exec, ini_alter, dl, show_source, passthru, system, eval, pfsockopen, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
Upload Files
File: /home/harmonyg/public_html/ektest/wp-content/themes/arora/functions.php
<?php



/**
 * Declare textdomain for this child theme.
 * Translations can be filed in the /languages/ directory.
 */
function arora_theme_setup() {
    load_child_theme_textdomain( 'arora', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'arora_theme_setup' );


//Load Java Scripts to header
function arora_head_js() { 
if ( !is_admin() ) {
wp_enqueue_script('jquery');
wp_enqueue_script('hathor_js',get_template_directory_uri().'/other2.js');





}
}
add_action('wp_enqueue_scripts', 'arora_head_js');