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: src/Option_Command.php
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,21 @@
9
9
*
10
10
* 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.
11
11
*
12
+
* ## COMMON OPTIONS
13
+
*
14
+
* These are some of the most commonly used WordPress options:
15
+
*
16
+
* * `siteurl` - Site URL, e.g. http://example.com
17
+
* * `blogname` - Site title
18
+
* * `blogdescription` - Site tagline
19
+
* * `admin_email` - Administration email address
20
+
* * `default_role` - Default role for new users
21
+
* * `timezone_string` - Local timezone, e.g. "America/New_York"
22
+
* * `home` - Home URL, e.g. http://example.com
23
+
* * `blog_public` - Discourage search engines when set to 0
24
+
*
25
+
* For the full list of available options, see the [Option Reference](https://developer.wordpress.org/apis/options/).
0 commit comments