Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$actions

An array of action links to be displayed. Default 'Edit', 'View'.

$userblog_id

The site ID.

Source Source

File: wp-admin/includes/class-wp-ms-users-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply