PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 5.2
MainWP Dashboard: Self-hosted WordPress Management for Agencies v5.2
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
mainwp / assets / csv / sample.csv

sample.csv in MainWP Dashboard: Self-hosted WordPress Management for Agencies 5.2, at assets/csv/sample.csv

14 lines 853 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # It's important if you remove the headerline that the order of the columns remains the same and all colums should be added
2 # The header fields may not be renamed
3 #
4 # Url and Admin Name are the only required columns
5 #
6 # Possible values for Verify Certificate: 1 or 0 (1 for true, 0 for false)
7 # Possible values for SSL Version: auto, 1.x, 1, 2, 1.1, 1.2, 1.3. The default value is "auto"
8 Site Name, Url, Admin Name, Tag,Security ID,HTTP Username,HTTP Password,Verify Certificate,SSL Version
9 Site 1,http://site1.com,Admin,Tag Name,Security ID,Username,Password,1,auto
10 Site 2,http://site2.com,Admin,Tag Name,Security ID,Username,Password,0,auto
11 Site 3,http://site3.com,Admin,Tag Name,Security ID,,,T,1.x
12 Site 4,http://site4.com,Admin,Tag Name,Security ID,Username,Password,1,auto
13 Site 5,http://site5.com,Admin,Tag Name,Security ID,Username,Password,0,1.3
14