W3cubDocs

/WordPress

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

$actions

(string[]) An array of action links to be displayed. Default 'Edit', 'Delete' for single site, and 'Edit', 'Remove' for Multisite.

$user_object

(WP_User) WP_User object for the currently listed user.

Source

File: wp-admin/includes/class-wp-users-list-table.php

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/user_row_actions