Description
Filters the action links displayed next the sites a user belongs to in the Network Admin Users list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-ms-users-list-table.php | 438 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $actions | An array of action links to be displayed. Default 'Edit', 'View'. |
int | $userblog_id | The site ID. |
PHP Doc
/**
* Filters the action links displayed next the sites a user belongs to
* in the Network Admin Users list table.
*
* @since 3.1.0
*
* @param string[] $actions An array of action links to be displayed. Default 'Edit', 'View'.
* @param int $userblog_id The site ID.
*/