8866a6a6ab6148ba5ea8b5">77628cf8bf first comm 3 年之前 RU.js 77628cf8bf first comm 3 年之前 RW.js 77628cf8bf first comm 3 年之前 SA.js 77628cf8bf first comm 3 年之前 SB.js 77628cf8bf first comm 3 年之前 SC.js 77628cf8bf first comm 3 年之前 SD.js 77628cf8bf first comm 3 年之前 SE.js 77628cf8bf first comm 3 年之前 SG.js 77628cf8bf first comm 3 年之前 SH.js 77628cf8bf first comm 3 年之前 SI.js 77628cf8bf first comm 3 年之前 SK.js 77628cf8bf first comm 3 年之前 SL.js 77628cf8bf first comm 3 年之前 SM.js 77628cf8bf first comm 3 年之前 SN.js 77628cf8bf first comm 3 年之前 SO.js 77628cf8bf first comm 3 年之前 SR.js 77628cf8bf first comm 3 年之前 ST.js 77628cf8bf first comm 3 年之前 SV.js 77628cf8bf first comm 3 年之前 SY.js 77628cf8bf first comm 3 年之前 SZ.js 77628cf8bf first comm 3 年之前 TC.js 77628cf8bf first comm 3 年之前 TD.js 77628cf8bf first comm 3 年之前 TG.js 77628cf8bf first comm 3 年之前 TH.js 77628cf8bf first comm 3 年之前 TJ.js 77628cf8bf first comm 3 年之前 TK.js 77628cf8bf first comm 3 年之前 TL.js 77628cf8bf first comm 3 年之前 TM.js 77628cf8bf first comm 3 年之前 TN.js 77628cf8bf first comm 3 年之前 TO.js 77628cf8bf first comm 3 年之前 TR.js 77628cf8bf first comm 3 年之前 TT.js 77628cf8bf first comm 3 年之前 TV.js 77628cf8bf first comm 3 年之前 TW.js 77628cf8bf first comm 3 年之前 TZ.js 77628cf8bf first comm 3 年之前 UA.js 77628cf8bf first comm 3 年之前 UG.js 77628cf8bf first comm 3 年之前 US.js 77628cf8bf first comm 3 年之前 UY.js 77628cf8bf first comm 3 年之前 UZ.js 77628cf8bf first comm 3 年之前 VA.js 77628cf8bf first comm 3 年之前 VC.js 77628cf8bf first comm 3 年之前 VE.js 77628cf8bf first comm 3 年之前 VG.js 77628cf8bf first comm 3 年之前 VI.js 77628cf8bf first comm 3 年之前 VN.js 77628cf8bf first comm 3 年之前 VU.js 77628cf8bf first comm 3 年之前 WF.js 77628cf8bf first comm 3 年之前 WS.js 77628cf8bf first comm 3 年之前 YE.js 77628cf8bf first comm 3 年之前 YT.js 77628cf8bf first comm 3 年之前 ZA.js 77628cf8bf first comm 3 年之前 ZM.js 77628cf8bf first comm 3 年之前 ZW.js 77628cf8bf first comm 3 年之前 alt-af.js 77628cf8bf first comm 3 年之前 alt-an.js 77628cf8bf first comm 3 年之前 alt-as.js 77628cf8bf first comm 3 年之前 alt-eu.js 77628cf8bf first comm 3 年之前 alt-na.js 77628cf8bf first comm 3 年之前 alt-oc.js 77628cf8bf first comm 3 年之前 alt-sa.js 77628cf8bf first comm 3 年之前 alt-ww.js 77628cf8bf first comm 3 年之前 tum/whitesports - Gogs: Simplico Git Service

Bez popisu

woocommerce-analytics.php 631B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Module Name: WooCommerce Analytics
  4. * Module Description: Enhanced analytics for WooCommerce and Jetpack users.
  5. * Sort Order: 13
  6. * First Introduced: 8.4
  7. * Requires Connection: Yes
  8. * Auto Activate: Yes
  9. * Module Tags: Other, Recommended
  10. * Feature: Engagement
  11. * Additional Search Queries: woocommerce, analytics, stats, statistics, tracking, analytics, views
  12. *
  13. * @package automattic/jetpack
  14. */
  15. /**
  16. * Load module functionality.
  17. */
  18. function jetpack_load_woocommerce_analytics() {
  19. require_once __DIR__ . '/woocommerce-analytics/class-jetpack-woocommerce-analytics.php';
  20. }
  21. jetpack_load_woocommerce_analytics();