apply_filters( 'user_row_actions', array $actions , WP_User $user_object )
Filters the action links displayed under each user in the Users list table.
Parameters
- $actions
-
An array of action links to be displayed. Default 'Edit', 'Delete' for single site, and 'Edit', 'Remove' for Multisite.
- $user_object
-
WP_User object for the currently-listed user.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |