wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



user_row_actions › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'user_row_actions', $actions, $user_object )
Parameter: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'Delete' for single site, and 'Edit', 'Remove' for Multisite.
    Erforderlich: Ja
  • (WP_User) $user_object WP_User object for the currently listed user.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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