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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
This snippet removes the link to the author archive. Can be used with
ms_user_row_actions
aswell.