ms_user_row_actions

最后更新于:2021-11-27 08:43:04

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

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

参数

$actions

(string[])
An array of action links to be displayed. Default ‘Edit’, ‘Delete’.

$user

(GC_User)
GC_User object.

源文件

文件: gc-admin/includes/class-gc-ms-users-list-table.php

View on Trac