apply_filters( 'ms_user_row_actions', string[] $actions, WP_User $user )

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


Parameters

$actions string[]
An array of action links to be displayed. Default 'Edit', 'Delete'.
$user WP_User
WP_User object.

Top ↑

Source

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

$actions = apply_filters( 'ms_user_row_actions', $actions, $user );


Top ↑

Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes

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