ms_user_list_site_actions

最后更新于:2021-11-27 08:41:06

apply_filters( ‘ms_user_list_site_actions’, string[] $actions, int $userblog_id )

Filters the action links displayed next the sites a user belongs to in the Network Admin Users list table.

参数

$actions

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

$userblog_id

(int)
The site ID.

源文件

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

View on Trac