Filters the action links displayed under each user in the Network Admin Users list table.
Parameters
Source
$actions = apply_filters( 'ms_user_row_actions', $actions, $user );
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
Filters the action links displayed under each user in the Network Admin Users list table.
$actions = apply_filters( 'ms_user_row_actions', $actions, $user );
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.