Settings
Edit
Topics
Schema Schema
The schema defines all the fields that exist for a settings object.
titlestring |
Site title.
Context: |
descriptionstring |
Site tagline.
Context: |
timezonestring |
A city in the same timezone as you.
Context: |
date_formatstring |
A date format for all date strings.
Context: |
time_formatstring |
A time format for all time strings.
Context: |
start_of_weekinteger |
A day number of the week that the week should start on.
Context: |
languagestring |
WordPress locale code.
Context: |
use_smiliesboolean |
Convert emoticons like :-) and :-P to graphics on display.
Context: |
default_categoryinteger |
Default post category.
Context: |
default_post_formatstring |
Default post format.
Context: |
posts_per_pageinteger |
Blog pages show at most.
Context: |
default_ping_statusstring |
Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.
Context: One of: |
default_comment_statusstring |
Allow people to post comments on new articles.
Context: One of: |
Example Request Example Request
$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/settings
Definition Definition
GET /wp/v2/settings
Example Request Example Request
$ curl http://demo.wp-api.org/wp-json/wp/v2/settings
Update a Settings Update a Settings
Arguments Arguments
title
|
Site title. |
description
|
Site tagline. |
timezone
|
A city in the same timezone as you. |
date_format
|
A date format for all date strings. |
time_format
|
A time format for all time strings. |
start_of_week
|
A day number of the week that the week should start on. |
language
|
WordPress locale code. |
use_smilies
|
Convert emoticons like :-) and :-P to graphics on display. |
default_category
|
Default post category. |
default_post_format
|
Default post format. |
posts_per_page
|
Blog pages show at most. |
default_ping_status
|
Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. One of: open, closed
|
default_comment_status
|
Allow people to post comments on new articles. One of: open, closed
|