Schema Documentation
GeneralSettings
Description
The general setting type
Fields
Field Name | Description |
---|---|
dateFormat -
String | A date format for all date strings. |
description -
String | Site tagline. |
language -
String | WordPress locale code. |
startOfWeek -
Int | A day number of the week that the week should start on. |
timeFormat -
String | A time format for all time strings. |
timezone -
String | A city in the same timezone as you. |
title -
String | Site title. |
url -
String | Site URL. |
Example
{"dateFormat":"xyz789","description":"xyz789","language":"xyz789","startOfWeek":987,"timeFormat":"abc123","timezone":"abc123","title":"abc123","url":"xyz789"}