wpseek.com
A WordPress-centric search engine for devs and theme authors



ms_user_row_actions › WordPress Filter Hooks

Since3.2.0
Deprecatedn/a
apply_filters( 'ms_user_row_actions', $actions, $user )
Parameters: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'Delete'.
    Required: Yes
  • (WP_User) $user WP_User object.
    Required: Yes
Defined at:
Codex:

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





Source

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