WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_row_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-users-list-table.php apply_filters 514 /**
* Filters the action links displayed under each user in the Users list table.
*
* @since 2.8.0
*
* @param string[] $actions An array of action links to be displayed.
* Default 'Edit', 'Delete' for single site, and
* 'Edit', 'Remove' for Multisite.
* @param WP_User $user_object WP_User object for the currently listed user.
*/

Hook Parameters

Parameter Type Name Description
string[] $actions An array of action links to be displayed.
WP_User $user_object WP_User object for the currently listed user.