You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1776,6 +1776,21 @@ wp option
1776
1776
1777
1777
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.
1778
1778
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/).
0 commit comments