Server IP : 49.212.180.16 / Your IP : 3.136.20.207 Web Server : Apache System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 User : utannto ( 1076) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/utannto/www/hironaka.biz/wp-content/themes/luxech/ |
Upload File : |
<?php /*** Google Analytics for AMP ////// CAUTION ! ////// This file usually does not require editing. Edit only if you have knowledge. This file can not be edited from the child theme editing function of Luxeritas. ////// 注意 ! ////// 通常、このファイルは編集不要です。知識のある方のみ編集してください。 このファイルは、Luxeritas の子テーマ編集機能からは編集できないようにしてあります。 ***/ $analytics .= <<<AMP_ANALYTICS <amp-analytics type="googleanalytics" id="analytics1"> <script type="application/json"> { "vars": { "account": "{$ua[1]}" }, "triggers": { "trackPageviewWithAmpdocUrl": { "on": "visible", "request": "pageview", "vars": { "title": "{$amptitle}", "ampdocUrl": "{$amplink}" } } } } </script> </amp-analytics> AMP_ANALYTICS;