Skip to content

Commit defb5ea

Browse files
Regenerate README file - 2026-02-26 (#582)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent da81cf2 commit defb5ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,21 @@ wp option
17761776

17771777
See the [Plugin Settings API](https://developer.wordpress.org/plugins/settings/settings-api/) and the [Theme Options](https://developer.wordpress.org/themes/customize-api/) for more information on adding customized options.
17781778

1779+
**COMMON OPTIONS**
1780+
1781+
These are some of the most commonly used WordPress options:
1782+
1783+
* `siteurl` - Site URL, e.g. http://example.com
1784+
* `blogname` - Site title
1785+
* `blogdescription` - Site tagline
1786+
* `admin_email` - Administration email address
1787+
* `default_role` - Default role for new users
1788+
* `timezone_string` - Local timezone, e.g. "America/New_York"
1789+
* `home` - Home URL, e.g. http://example.com
1790+
* `blog_public` - Discourage search engines when set to 0
1791+
1792+
For the full list of available options, see the [Option Reference](https://developer.wordpress.org/apis/options/).
1793+
17791794
**EXAMPLES**
17801795

17811796
# Get site URL.

0 commit comments

Comments
 (0)