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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
useWP_CLI\Utils;
5
5
6
6
/**
7
-
* Manage options.
7
+
* Retrieves and sets site options, including plugin and WordPress settings.
8
+
*
9
+
* 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.
Copy file name to clipboardExpand all lines: src/Taxonomy_Command.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
<?php
2
2
/**
3
-
* Manage taxonomies.
3
+
* Retrieves information about registered taxonomies.
4
+
*
5
+
* See references for [built-in taxonomies](https://developer.wordpress.org/themes/basics/categories-tags-custom-taxonomies/) and [custom taxonomies](https://developer.wordpress.org/plugins/taxonomies/working-with-custom-taxonomies/).
Copy file name to clipboardExpand all lines: src/User_Command.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
use \WP_CLI\Utils;
4
4
5
5
/**
6
-
* Manage users.
6
+
* Manages users, along with their roles, capabilities, and meta.
7
+
*
8
+
* See references for [Roles and Capabilities](https://codex.wordpress.org/Roles_and_Capabilities) and [WP User class](https://codex.wordpress.org/Class_Reference/WP_User).
0 commit comments