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



user_row_actions › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'user_row_actions', $actions, $user_object )
Parameters: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'Delete' for single site, and 'Edit', 'Remove' for Multisite.
    Required: Yes
  • (WP_User) $user_object WP_User object for the currently listed user.
    Required: Yes
Defined at:
Codex:

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





Source

$actions = apply_filters( 'user_row_actions', $actions, $user_object );