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



ms_user_row_actions › WordPress Filter Hooks

Seit3.2.0
Veraltetn/v
apply_filters( 'ms_user_row_actions', $actions, $user )
Parameter: (2)
  • () actions An array of action links to be displayed. Default 'Edit', 'Delete'.
    Erforderlich: Ja
  • () user WP_User object.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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