UpdateSettings
Updates the settings of the website.
Stored Procedure Specific Information
EXECUTE
Call this procedure to update settings. For example:
EXECUTE UpdateSettings Title = 'New Title!'
Input
| Name | Type | Description |
| Title | String | Specifies the title of the WordPress site, displayed in browser titles and across site pages. |
| Description | String | Defines the site's tagline or short description, often displayed below the title. |
| Url | String | Specifies the main URL of the WordPress site, used as the base address for all links. |
| String | The email address of the administrator for notifications and confirmations. Changes must be verified via email before they take effect. | |
| Timezone | String | Specifies the timezone setting for the site by selecting a city in the same region. |
| DateFormat | String | Defines the default format used for displaying dates across the site. |
| TimeFormat | String | Defines the default format used for displaying time values across the site. |
| Language | String | Specifies the site's language using a WordPress locale code, such as en_US. |
| UseSmilies | Boolean | Determines whether text-based emoticons, such as :-) or :-P, are automatically converted into graphic emojis. |
| DefaultCategory | Integer | Sets the default category assigned to posts when no category is selected. |
| DefaultPostFormat | String | Specifies the default post format for new posts, such as standard, aside, or gallery. |
| PostsPerPage | Integer | Defines the maximum number of posts displayed per blog page or archive page. |
| DefaultPingStatus | String | Specifies whether pingbacks and trackbacks are allowed for new posts. |
| DefaultCommentStatus | String | Specifies whether comments are enabled by default for new posts. |