Filters the action links displayed under each user in the Users list table.
Parameters
Source
$actions = apply_filters( 'user_row_actions', $actions, $user_object );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Filters the action links displayed under each user in the Users list table.
$actions = apply_filters( 'user_row_actions', $actions, $user_object );
Version | Description |
---|---|
2.8.0 | Introduced. |
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.