HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/analytics_1766690927/parts/favicon.php
<?php

// Exits if accessed directly.
if ( ! defined( 'ABSPATH' ) ) exit;

echo '<!-- YM Fast SEO Favicon -->';

printf( '<link rel="shortcut icon"             href="%s">', esc_url( home_url( 'favicon-ico.ico' ) ) );
printf( '<link rel="icon" type="image/svg+xml" href="%s">', esc_url( home_url( 'favicon.svg' ) ) );

printf( '<link rel="icon" type="image/png" href="%s" sizes="32x32">',   esc_url( home_url( 'favicon-32.png' ) ) );
printf( '<link rel="icon" type="image/png" href="%s" sizes="96x96">',   esc_url( home_url( 'favicon-96.png' ) ) );
printf( '<link rel="icon" type="image/png" href="%s" sizes="192x192">', esc_url( home_url( 'favicon-192.png' ) ) );

printf( '<link rel="apple-touch-icon" sizes="180x180" href="%s">', esc_url( home_url( 'apple-touch-icon.png' ) ) );

echo '<!-- / YM Fast SEO Favicon -->';