user_row_actions WordPress Action Hook
The user_row_actions hook allows you to add new actions to a user row in the WordPress admin area. This can be useful if you want to add a custom action for your plugin or theme.
apply_filters( 'user_row_actions', string[] $actions , WP_User $user_object ) #
Filters the action links displayed under each user in the Users list table.
Parameters
Source
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |