Skip to content

Commit 3aeed30

Browse files
committed
Regenerate README file - 2025-12-22
1 parent df5fe4f commit 3aeed30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Manages user roles, including creating new roles and resetting to defaults.
1919
wp role
2020
~~~
2121

22-
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).
22+
See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities) and
23+
[WP User class](https://developer.wordpress.org/reference/classes/wp_user).
2324

2425
**EXAMPLES**
2526

@@ -229,7 +230,8 @@ Adds, removes, and lists capabilities of a user role.
229230
wp cap
230231
~~~
231232

232-
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).
233+
See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities) and
234+
[WP User class](https://developer.wordpress.org/reference/classes/wp_user).
233235

234236
**EXAMPLES**
235237

0 commit comments

Comments
 (0)