PluginProbe
Packeta / 2.1
Packeta v2.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 2.1, at template/options/export.latte

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