ms_user_row_actions WordPress Action Hook
The ms_user_row_actions hook allows you to add custom actions to a user row in the WordPress admin panel. This can be useful for adding links to user profiles or other custom actions.
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
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |