> 30f7226d9a first commit 3 年之前 tailwind-color-palette 30f7226d9a first commit 3 年之前 tailwindcss 30f7226d9a first commit 3 年之前 thenify 30f7226d9a first commit 3 年之前 thenify-all 30f7226d9a first commit 3 年之前 to-regex-range 30f7226d9a first commit 3 年之前 tr46 30f7226d9a first commit 3 年之前 ts-interface-checker 30f7226d9a first commit 3 年之前 uglify-js 30f7226d9a first commit 3 年之前 underscore 30f7226d9a first commit 3 年之前 upper-case 30f7226d9a first commit 3 年之前 util-deprecate 30f7226d9a first commit 3 年之前 valid-data-url 30f7226d9a first commit 3 年之前 web-resource-inliner 30f7226d9a first commit 3 年之前 webidl-conversions 30f7226d9a first commit 3 年之前 whatwg-url 30f7226d9a first commit 3 年之前 wrap-ansi 30f7226d9a first commit 3 年之前 wrappy 30f7226d9a first commit 3 年之前 y18n 30f7226d9a first commit 3 年之前 yallist 30f7226d9a first commit 3 年之前 yaml 30f7226d9a first commit 3 年之前 yargs 30f7226d9a first commit 3 年之前 yargs-parser 30f7226d9a first commit 3 年之前 .yarn-integrity 30f7226d9a first commit 3 年之前 tum/whitesports - Gogs: Simplico Git Service

説明なし

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