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

In this article

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

Parameters

$actionsstring[]
An array of action links to be displayed. Default 'Edit', 'View'.
$userblog_idint
The site ID.

Source

$actions = apply_filters( 'ms_user_list_site_actions', $actions, $site->userblog_id );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.