Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-ms-users-list-table.php | apply_filters | 428 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $actions | An array of action links to be displayed. Default 'Edit', 'View'. |
int | $userblog_id | The site ID. |