Filter hook 'user_row_actions'

in WP Core File wp-admin/includes/class-wp-users-list-table.php at line 520

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-users-list-table.php 520

Parameters

Type Name Description
string[] $actions An array of action links to be displayed. Default 'Edit', 'Delete' for single site, and 'Edit', 'Remove' for Multisite.
WP_User $user_object WP_User object for the currently listed user.

PHP Doc

/**
			 * Filters the action links displayed under each user in the Users list table.
			 *
			 * @since 2.8.0
			 *
			 * @param string[] $actions     An array of action links to be displayed.
			 *                              Default 'Edit', 'Delete' for single site, and
			 *                              'Edit', 'Remove' for Multisite.
			 * @param WP_User  $user_object WP_User object for the currently listed user.
			 */