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



ms_user_list_site_actions › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'ms_user_list_site_actions', $actions, $site->userblog_id )
Parameters: (2)
  • (string[]) $actions An array of action links to be displayed. Default 'Edit', 'View'.
    Required: Yes
  • (int) $userblog_id The site ID.
    Required: Yes
Defined at:
Codex:

Filters the action links displayed next the sites a user belongs to in the Network Admin Users list table.





Source

$actions = apply_filters( 'ms_user_list_site_actions', $actions, $site->userblog_id );