WordPress · Example Payload

Wordpress Settings Example

Just another WordPress site

CMSContent ManagementOpen SourceWordPress

Wordpress Settings Example is an example object payload from WordPress, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionurlemailtimezonedate_formattime_formatstart_of_weeklanguageuse_smiliesdefault_categoryposts_per_page

Example Payload

Raw ↑
{
  "title": "My WordPress Site",
  "description": "Just another WordPress site",
  "url": "https://example.com",
  "email": "admin@example.com",
  "timezone": "America/New_York",
  "date_format": "F j, Y",
  "time_format": "g:i a",
  "start_of_week": 1,
  "language": "en_US",
  "use_smilies": true,
  "default_category": 1,
  "posts_per_page": 10
}