apply_filters( ‘ms_user_row_actions’, string[] $actions, WP_User $user )

In this article

Filters the action links displayed under each user in the Network Admin Users list table.

Parameters

$actionsstring[]
An array of action links to be displayed. Default 'Edit', 'Delete'.
$userWP_User
WP_User object.

Source

$actions = apply_filters( 'ms_user_row_actions', $actions, $user );

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.