Changeset 3381057
- Timestamp:
- 10/20/2025 06:02:19 AM (5 months ago)
- Location:
- whitespace-fixer-for-xml-sitemap
- Files:
-
- 4 edited
-
tags/1.0.2/whitespace-fixer-for-xml-sitemap.php (modified) (1 diff)
-
tags/1.0.2/wppulse/wppulse-plugin-analytics-engine-sdk.php (modified) (1 diff)
-
trunk/whitespace-fixer-for-xml-sitemap.php (modified) (1 diff)
-
trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whitespace-fixer-for-xml-sitemap/tags/1.0.2/whitespace-fixer-for-xml-sitemap.php
r3381028 r3381057 17 17 18 18 // ✅ Include SDK 19 require_once __DIR__ . '/wppulse/wppulse-plugin-analytics-engine-sdk.php'; 19 if ( ! class_exists( 'WPPulse_SDK' ) ) { 20 require_once __DIR__ . '/wppulse/wppulse-plugin-analytics-engine-sdk.php'; 21 } 20 22 21 23 // ✅ Fetch plugin data automatically -
whitespace-fixer-for-xml-sitemap/tags/1.0.2/wppulse/wppulse-plugin-analytics-engine-sdk.php
r3381028 r3381057 14 14 class WPPulse_SDK { 15 15 16 private static $cfg = []; 17 private static $file = ''; 16 const WPPULSE_SDKVERSION = '1.0.0'; 17 private static $cfg = []; 18 private static $file = ''; 18 19 19 20 /** -
whitespace-fixer-for-xml-sitemap/trunk/whitespace-fixer-for-xml-sitemap.php
r3381028 r3381057 17 17 18 18 // ✅ Include SDK 19 require_once __DIR__ . '/wppulse/wppulse-plugin-analytics-engine-sdk.php'; 19 if ( ! class_exists( 'WPPulse_SDK' ) ) { 20 require_once __DIR__ . '/wppulse/wppulse-plugin-analytics-engine-sdk.php'; 21 } 20 22 21 23 // ✅ Fetch plugin data automatically -
whitespace-fixer-for-xml-sitemap/trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php
r3381028 r3381057 14 14 class WPPulse_SDK { 15 15 16 private static $cfg = []; 17 private static $file = ''; 16 const WPPULSE_SDKVERSION = '1.0.0'; 17 private static $cfg = []; 18 private static $file = ''; 18 19 19 20 /**
Note: See TracChangeset
for help on using the changeset viewer.