UpdateSettings
Updates the settings of the website.
EXECUTE
Call this procedure to update settings. For example:
EXECUTE UpdateSettings Title = 'New Title!'
Input
Name | Type | Description |
Title | String | Site title. |
Description | String | Site description. |
Url | String | Site URL. |
String | This address is used for admin purposes. If you change this you will get an email at your new address to confirm it. The new address will not become active until confirmed. | |
Timezone | String | A city in the same timezone as you. |
DateFormat | String | A date format for all date strings. |
TimeFormat | String | A time format for all time strings. |
Language | String | WordPress locale code. |
UseSmilies | Boolean | Convert emoticons like :-) and :-P to graphics on display. |
DefaultCategory | Integer | Default category. |
DefaultPostFormat | String | Default post format. |
PostsPerPage | Integer | Blog pages show at most. |
DefaultPingStatus | String | Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. |
DefaultCommentStatus | String | Allow people to post comments on new articles. |