PluginProbe
Packeta / 1.6.1
Packeta v1.6.1
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
packeta / template / options / export.latte

export.latte in Packeta 1.6.1, at template/options/export.latte

38 lines 653 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 ==== Basic information:
3 URL: {$siteUrl}
4 Packeta plugin: {Packetery\Module\Plugin::VERSION}
5 WordPress: {$wpVersion}
6 WooCommerce: {$wcVersion}
7 Template: {$template}
8 PHP: {$phpVersion}
9 Database server: {$dbServer}
10 SOAP: {$soap}
11 WP debug: {$wpDebug}
12 Packeta debug: {$packetaDebug}
13
14 ==== Global settings:
15 {$globalSettings}
16
17 ==== Date of last update of carriers: {$lastCarrierUpdate}
18
19 ==== Carriers:
20 {$carriers}
21
22 ==== Zones:
23 {$zones}
24
25 ==== Packeta log (last 5 days):
26 {$lastFiveDaysLogs}
27
28 ==== Plugins:
29 {$plugins|noescape}
30
31 ==== Mu Plugins:
32 {$muPlugins|noescape}
33
34 ==== Supported currency switchers:
35 {$currencySwitchers|noescape}
36
37 ==== Generated: {$generated}
38